diff options
| author | WormHeamer | 2025-10-21 16:57:56 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-10-21 16:57:56 -0400 |
| commit | 82a5363d1a2575662e4d23d7e683398efb966500 (patch) | |
| tree | b80decf7eda4e7ea7dc8170eadaf089cf2dd202d /test.lang | |
| parent | 1619e765e3ae2a88765c94a01ec731e8cabd0ff1 (diff) | |
cleanup comments
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 } |
