From 82a5363d1a2575662e4d23d7e683398efb966500 Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Tue, 21 Oct 2025 16:57:56 -0400 Subject: cleanup comments --- test.lang | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test.lang') diff --git a/test.lang b/test.lang index 40c3ff7..dc6e4cf 100644 --- a/test.lang +++ b/test.lang @@ -1,11 +1,8 @@ func main(a, b i64) i64 { let x = 2 if a < b { + let z = 3 x := 3 - } else { - let t = a - a := b - b := t } return a + x } -- cgit v1.2.3