This is an old revision of the document!
~~DISCUSSION~~ <- CRPL reference <- Flow Control
Arguments | Result | Notation | ||||
---|---|---|---|---|---|---|
First outer loop Index | |
First outer loop index. When loops are nested, this pushes the value of the first (or only) outer loop onto the stack.
# Show the trace log, clear it, then showthe result of multiplying inner loop # index and outer loop index. ShowTraceLog ClearTraceLog 3 1 do 12 10 do I J Trace2 loop loop #10 1 #11 1 #10 2 #11 2