RosettaCodeData/Task/Loops-Do-while/11l/loops-do-while.11l

7 lines
67 B
Plaintext

V val = 0
L
val++
print(val)
I val % 6 == 0
L.break