This is an old revision of the document!
<- PRPL reference <- Program Flow Control
| Arguments | Result | Notation |
|---|---|---|
| number | [ -number] |
Outer loop index. When loops are nested, this pushes the value of the outermost loop onto the stack.
do(2 1) do(4 3) do(6 5) trace(I J K mul mul) loop loop loop