tt/test.tt
2025-02-23 19:09:03 +01:00

9 lines
81 B
Plaintext

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