stuff
This commit is contained in:
+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