From 0692729b40b0d3c332b3dba9b16806fc49683e0d Mon Sep 17 00:00:00 2001 From: Robin Date: Sun, 2 Feb 2025 15:24:34 +0100 Subject: [PATCH] tested with the test.tt file --- test.tt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test.tt b/test.tt index 14b3add..ec647d0 100644 --- a/test.tt +++ b/test.tt @@ -1,5 +1,6 @@ fn main() = { - if 3 == 3 - { if 4 == 4 in 3 } - else {} + if 3 == 2 { + if 3 == 3 in 3 + else 4 + } else 2 };