mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
19 lines
No EOL
138 B
Text
19 lines
No EOL
138 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. |