User Tools

Site Tools


prpl:i

<- PRPL reference <- Program Flow Control

I

ArgumentsResultNotation
number [ - number]

Description

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.

Examples

do(5 0) 
    trace(I) 
loop 
prpl/i.txt · Last modified: 2025/02/14 14:57 by 127.0.0.1