User Tools

Site Tools


crpl:docs:i

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Flow Control

I

ArgumentsResultNotation
Current loop index FIXME

Description

Current loop Index. Pushes the value of the current loop onto the stack.

Examples

# Show the trace log, clear it, then show the numbers 0 through 4 in the log 
ShowTraceLog 
ClearTraceLog 
5  0 do 
	I Trace 
	loop
crpl/docs/i.1358490249.txt.gz · Last modified: 2014/10/01 15:02 (external edit)