This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prpl:k [2016/12/02 23:33] – external edit 127.0.0.1 | prpl:k [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
- | | |number| [ -number] | | + | | |number| [ - number] | |
=== Description === | === Description === | ||
- | Outer loop index. When loops are nested, this pushes the value of the outermost | + | Outer loop index. When " |
+ | |||
+ | Note that before the inner loops begin, after they end, or between inner loops, this value may need to be referred to with J or even I. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
do(4 3) | do(4 3) | ||
do(6 5) | do(6 5) | ||
- | trace(I J K mul mul) | + | I J K Trace3 |
loop | loop | ||
loop | loop |