This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:j [2014/10/01 19:02] – external edit 127.0.0.1 | crpl:docs:j [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~DISCUSSION~~ | + | |
| <- [[crpl: | <- [[crpl: | ||
| ===== J ===== | ===== J ===== | ||
| Line 12: | Line 12: | ||
| === Examples === | === Examples === | ||
| < | < | ||
| - | # Show the trace log, clear it, then showthe result | + | # Show the trace log, clear it, then show the order of I (inner loop) and J (outer loop). |
| - | # index and outer loop index. | + | |
| ShowTraceLog | ShowTraceLog | ||
| ClearTraceLog | ClearTraceLog | ||
| - | 2 1 do | + | 3 1 do |
| - | 4 3 do | + | 12 10 do |
| - | I J mult trace | + | I J Trace2 |
| - | loop | + | loop |
| - | loop | + | loop |
| + | |||
| + | #10 1 | ||
| + | #11 1 | ||
| + | #10 2 | ||
| + | #11 2 | ||
| </ | </ | ||