User Tools

Site Tools


4rpl:commands:do

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
4rpl:commands:do [2021/01/08 11:01] – external edit 127.0.0.14rpl:commands:do [2021/12/23 14:25] Karsten75
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-<=[[4rpl:start| Index]]+<= [[4rpl:start| Index]] \\ 
 +<= [[4rpl:start#Flow Control]]  
  
 ====== do ====== ====== do ======
Line 6: Line 8:
  
 ===== Description ===== ===== Description =====
-The statements following the do, up to the loop statement, are executed repeatedly.+The statements following the do, up to the [[loop]] statement, are executed repeatedly.
 An index counter is initialized to (start). The index will be incremented, or decremented, by one at the bottom of the loop. An index counter is initialized to (start). The index will be incremented, or decremented, by one at the bottom of the loop.
 When the index counter is one away from the limit, execution will proceed at the first statement following Loop. Loops can be nested, but no more than 3 deep. When the index counter is one away from the limit, execution will proceed at the first statement following Loop. Loops can be nested, but no more than 3 deep.
4rpl/commands/do.txt · Last modified: 2023/12/06 20:13 by Karsten75