Files
lang/[
T
2026-04-12 17:26:39 -04:00

6 lines
76 B
Plaintext

x :i32 = 3;
y := fn(a: i32, b, c) x = 3;
while true {
print("hello");
}