User Tools

Site Tools


prpl:j

This is an old revision of the document!


<- PRPL reference <- Program Flow Control

J

ArgumentsResultNotation
number [ -number]

Description

First outer loop index. When loops are nested, this pushes the value of the first (or only) outer loop onto the stack.

Examples

do(2 1) 
	do(4 3) 
		I mul(J) trace 
	loop 
loop 
prpl/j.1480721630.txt.gz · Last modified: 2025/02/14 14:56 (external edit)