work
This commit is contained in:
1 parent
83edad0cd8
commit
e5ae506a84
11 files changed
+161
-52
No files matched your search
+6
-2
@@ -1,7 +1,11 @@
|
||||
x :i32 = 3;
|
||||
let x: i32 = 3;
|
||||
while true {
|
||||
print("hello");
|
||||
print(x);
|
||||
};
|
||||
|
||||
y := fn(x: i32) -> i32 {x};
|
||||
if x {
|
||||
print("hello");
|
||||
}
|
||||
|
||||
let y = fn(x: i32) -> i32 {x};
|
||||
Reference in new issue
Block a user