tt/test.tt

7 lines
84 B
Plaintext

fn main() = {
if 3 == 2 {
if 3 == 3 in 3
else 4
} else 2
};