tt/test.tt

10 lines
90 B
Plaintext

fn main() = {
hi := 4;
if hi == 4 in
hi = 0
else hi = 1;
hi
};