dilaria/test.sl
2021-10-31 20:53:40 +01:00

9 lines
No EOL
118 B
Text

fn test() {
if true {
print;
} else if false {
dont_print;
} else {
"uwu";
}
}