tested with the test.tt file

This commit is contained in:
Robin 2025-02-02 15:24:34 +01:00
parent 90bb478537
commit 0692729b40

View File

@ -1,5 +1,6 @@
fn main() = { fn main() = {
if 3 == 3 if 3 == 2 {
{ if 4 == 4 in 3 } if 3 == 3 in 3
else {} else 4
} else 2
}; };