User Tools

Site Tools


prpl:k

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:k [2016/12/02 23:33] – external edit 127.0.0.1prpl: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 loop onto the stack. +Outer loop index. When "do" loops are nested, this pushes the value of the third-innermost loop onto the stack. Do not use outside of triply-nested loops. 
 + 
 +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 ===
-<code>do(2 1) +<code prpl>do(2 1) 
  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 
prpl/k.1480721630.txt.gz · Last modified: 2025/02/14 14:56 (external edit)