User Tools

Site Tools


crpl:docs:j

Differences

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

Link to this comparison view

Next revision
Previous revision
crpl:docs:j [2013/01/14 19:05] – created virgilwcrpl:docs:j [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+ 
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]] 
 +=====  J  ===== 
 + 
 +^Arguments^Result^Notation^ 
 +| |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 === 
 +<code> 
 +# Show the trace log, clear it, then show the order of I (inner loop) and J (outer loop). 
 +ShowTraceLog  
 +ClearTraceLog  
 +3 1 do  
 + 12 10 do  
 + I J Trace2 
 + loop  
 +loop 
 + 
 +#10 1 
 +#11 1 
 +#10 2 
 +#11 2 
 +</code>  
crpl/docs/j.1358190338.txt.gz · Last modified: 2025/02/14 14:56 (external edit)