User Tools

Site Tools


prpl:loop

<- PRPL reference <- Program Flow Control

loop

ArgumentsResultNotation
[ - ]

Description

Terminates the 'do' instruction. Control flow will return to the 'do' instruction until the Index is equal to the Limit.

Examples

do(5 0) 
   trace(I) 
loop 
 
prpl/loop.txt · Last modified: 2017/09/24 06:25 by kajacx