This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prpl:j [2016/12/02 23:33] – external edit 127.0.0.1 | prpl:j [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 === | ||
- | First outer loop index. When loops are nested, this pushes the value of the first (or only) outer loop onto the stack. | + | First outer loop index. When loops are nested, this pushes the value of the first (or only) outer " |
+ | |||
+ | Note: after the inner loop finishes, this value is accessed with I, it being now the innermost loop. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
do(4 3) | do(4 3) | ||
- | I mul(J) trace | + | I J Trace2 |
loop | loop | ||
loop | loop | ||
</ | </ | ||