tt/test.tt

14 lines
134 B
Plaintext

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