User Tools

Site Tools


prpl:k

This is an old revision of the document!


<- PRPL reference <- Program Flow Control

K

ArgumentsResultNotation
number [ -number]

Description

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

Examples

do(2 1) 
	do(4 3) 
		do(6 5) 
			trace(I J K mul mul) 
		loop 
	loop 
loop 
prpl/k.1480721630.txt.gz · Last modified: 2016/12/20 05:44 (external edit)