gaming
This commit is contained in:
+7
-6
@@ -1,6 +1,7 @@
|
||||
x: i32 = 3;
|
||||
y := fn(a, b, c) {};
|
||||
while Some(a) := b {
|
||||
print("hello");
|
||||
f(x, y, z)
|
||||
}
|
||||
x :i32 = 3;
|
||||
while true {
|
||||
print("hello");
|
||||
print(x);
|
||||
};
|
||||
|
||||
y := fn(x: i32) -> i32 {x};
|
||||
|
||||
Reference in New Issue
Block a user