User Tools

Site Tools


crpl:docs:j

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:j [2013/01/14 19:10] – external edit 127.0.0.1crpl:docs:j [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
  
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]]
 =====  J  ===== =====  J  =====
  
Line 11: Line 12:
 === Examples === === Examples ===
 <code> <code>
-# Show the trace log, clear it, then showthe result of multiplying inner loop  +# Show the trace log, clear it, then show the order of I (inner loopand J (outer loop).
-# index and outer loop index+
 ShowTraceLog  ShowTraceLog 
 ClearTraceLog  ClearTraceLog 
-1 do  +1 do  
- 4 3 do  + 12 10 do  
- I J mult trace  + I J Trace2 
- loop  + loop  
- loop +loop
-</code> +
  
 +#10 1
 +#11 1
 +#10 2
 +#11 2
 +</code> 
  
crpl/docs/j.1358190641.txt.gz · Last modified: 2025/02/14 14:56 (external edit)