<- PRPL reference <- Program Flow Control
Arguments | Result | Notation |
---|---|---|
number | [ - number] |
Current loop index. Pushes the value of the current “do” loop onto the stack. Only use within loops.
Note that I refers to the innermost loop.
do(5 0) trace(I) loop