diff options
| author | WormHeamer | 2025-08-08 02:30:00 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-08-08 02:30:00 -0400 |
| commit | 374caf13f412f5062888bc2c49b011bec884e531 (patch) | |
| tree | e769764b9301709b147122bdbc4285be8d127229 /test.lang | |
| parent | ff9dc0a669474afab22765f0daa91fe89afb40e5 (diff) | |
some comments &c
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ func main(a, b i64) i64 { if a < b { - return a + b + let t = a + a := b + b := t } - return b + /* TODO: error on failing to return from a function */ + return a + b } |
