This commit is contained in:
iris committed 2026-04-11 15:21:03 -04:00
1 parent 229b026573
commit 2582e8c87e
15 files changed
+301 -199

No files matched your search

+6 -1
View File
@@ -1 +1,6 @@
let x: i32 = arst -3
x: i32 = 3;
y := fn(a, b, c) {};
while Some(a) := b {
print("hello");
f(x, y, z)
}