stuff
This commit is contained in:
1 parent
e5ae506a84
commit
2f91e454dd
16 files changed
+268
-401
No files matched your search
+2
-4
@@ -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");
|
||||
Reference in new issue
Block a user