This commit is contained in:
iris committed 2026-04-17 01:49:43 -04:00
1 parent e5ae506a84
commit 2f91e454dd
16 files changed
+268 -401

No files matched your search

+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");