diff options
| author | WormHeamer | 2025-10-27 22:31:26 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-10-27 22:31:26 -0400 |
| commit | c66ed677a1b25f77e776ade5e86e6be5852adec5 (patch) | |
| tree | ec73f0821f88c499bcee8ede9ed14d9103eab37f /test.lang | |
| parent | 2624602b6936f8ea5e060928ee5a5ed3f0f3e453 (diff) | |
begin work on nodelists
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ func main(a, b i64) i64 { + if a < b { + let t = a + a := b + b := t + } return a + b + 3 } |
