anglais/examples/very_bad.ang
2026-09-10 12:59:29 +02:00

8 lines
65 B
Text

a := 0
while a < 10 {
print(".")
a = a + 1
}
write("")