User Tools

Site Tools


prpl:j

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:j [2016/12/02 23:33] – external edit 127.0.0.1prpl: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 "do" loop onto the stack. Do not use outside nested loops. 
 + 
 +Note: after the inner loop finishes, this value is accessed with I, it being now the innermost loop.
  
 === Examples === === Examples ===
-<code>do(2 1) +<code prpl>do(2 1) 
  do(4 3)   do(4 3) 
-mul(J) trace + I J Trace2 
  loop   loop 
 loop  loop 
 </code> </code>
  
prpl/j.1480721630.txt.gz · Last modified: 2025/02/14 14:56 (external edit)