This commit is contained in:
2026-04-17 01:49:43 -04:00
parent e5ae506a84
commit 2f91e454dd
16 changed files with 268 additions and 401 deletions
+2 -4
View File
@@ -4,8 +4,6 @@ while true {
print(x);
};
if x {
print("hello");
}
let y = true;
let y = fn(x: i32) -> i32 {x};
if y => print("hello");