tt/test.tt

9 lines
85 B
Plaintext

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