User Tools

Site Tools


crpl:docs:j

This is an old revision of the document!


~~DISCUSSION~~ <- 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 showthe result of multiplying inner loop 
# index and outer loop index. 
ShowTraceLog 
ClearTraceLog 
2 1 do 
	4 3 do 
		I J mult trace 
		loop 
	loop
crpl/docs/j.1358490263.txt.gz · Last modified: 2025/02/14 14:56 (external edit)