mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
9 lines
No EOL
118 B
Text
9 lines
No EOL
118 B
Text
fn test() {
|
|
if true {
|
|
print;
|
|
} else if false {
|
|
dont_print;
|
|
} else {
|
|
"uwu";
|
|
}
|
|
} |