User Tools

Site Tools


crpl:docs:k

This is an old revision of the document!


K

ArgumentsResultNotation
Second outer loop Index FIXME

Description

Outer loop index. When loops are nested, this pushes the value of the outermost loop onto the stack.

Examples

# Show the trace log, clear it, then showthe result of multiplying 3 loop 
# indexes 
ShowTraceLog 
ClearTraceLog 
2 1 do 
	4 3 do 
		6 5 do 
			I J k mult mult trace 
			loop 
		loop 
	loop
crpl/docs/k.1358190642.txt.gz · Last modified: 2025/02/14 14:56 (external edit)