summaryrefslogtreecommitdiff
path: root/test.lang
diff options
context:
space:
mode:
authorWormHeamer2025-10-21 16:57:56 -0400
committerWormHeamer2025-10-21 16:57:56 -0400
commit82a5363d1a2575662e4d23d7e683398efb966500 (patch)
treeb80decf7eda4e7ea7dc8170eadaf089cf2dd202d /test.lang
parent1619e765e3ae2a88765c94a01ec731e8cabd0ff1 (diff)
cleanup comments
Diffstat (limited to 'test.lang')
-rw-r--r--test.lang5
1 files changed, 1 insertions, 4 deletions
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
}