This commit is contained in:
2026-04-11 15:21:03 -04:00
parent 229b026573
commit 2582e8c87e
15 changed files with 301 additions and 199 deletions
+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)
}