mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
19 lines
No EOL
156 B
Text
19 lines
No EOL
156 B
Text
:i = 1
|
|
|
|
| Start with i={i}:
|
|
|
|
while($i < 5)
|
|
| {i}
|
|
|
|
i += 1
|
|
else!
|
|
| Loop not ran.
|
|
|
|
| Start with i={i}:
|
|
|
|
while($i < 5)
|
|
| {i}
|
|
|
|
i += 1
|
|
else!
|
|
| Loop not ran. |