User Tools

Site Tools


crpl:docs:j

<- CRPL reference <- Flow Control

J

ArgumentsResultNotation
First outer loop Index FIXME

Description

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

Examples

# Show the trace log, clear it, then show the order of I (inner loop) and J (outer loop).
ShowTraceLog 
ClearTraceLog 
3 1 do 
	12 10 do 
		I J Trace2
	loop 
loop

#10 1
#11 1
#10 2
#11 2
crpl/docs/j.txt · Last modified: 2021/02/05 11:43 by Karsten75