tt/test.tt

6 lines
70 B
Plaintext

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