Halcyon/demo.lang
2024-10-17 17:12:32 -05:00

7 lines
48 B
Plaintext

i := 0;
while i < 10 {
i = i + 1;
print;
}