User Tools

Site Tools


crpl:docs:i

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
crpl:docs:i [2013/01/14 14:05] – created virgilwcrpl:docs:i [2021/02/05 11:43] (current) – Rmoved discussion tag Karsten75
Line 1: Line 1:
-TODO+ 
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]] 
 +=====  I  ===== 
 + 
 +^Arguments^Result^Notation^ 
 +| |Current loop index ||| FIXME ||| 
 + 
 + 
 +=== Description === 
 +Current loop Index. Pushes the value of the current loop onto the stack. 
 +=== Examples === 
 +<code> 
 +# Show the trace log, clear it, then show the numbers 0 through 4 in the log  
 +ShowTraceLog  
 +ClearTraceLog  
 +5  0 do  
 + I Trace  
 + loop 
 +</code>  
crpl/docs/i.1358190328.txt.gz · Last modified: 2014/10/01 15:02 (external edit)