1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 00:59:31 +00:00
anselme/test/tests/while loop else.ans

19 lines
No EOL
132 B
Text

:i = 1
Start with i={i}:
~? i < 5
{i}
~ i += 1
~~
Loop not ran.
Start with i={i}:
~? i < 5
{i}
~ i += 1
~~
Loop not ran.