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 18:33] – external edit 127.0.0.1prpl:k [2017/09/24 06:26] (current) – added syntax highlighting kajacx
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.txt · Last modified: 2017/09/24 06:26 by kajacx