6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
x :i32 = 3;
|
|
y := fn(a: i32, b, c) x = 3;
|
|
while true {
|
|
print("hello");
|
|
}
|