User Tools

Site Tools


prpl:i

Differences

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

Link to this comparison view

Next revision
Previous revision
prpl:i [2016/12/02 23:33] – external edit 127.0.0.1prpl:i [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 ===
-Current loop Index. Pushes the value of the current loop onto the stack. Only use within loops +Current loop index. Pushes the value of the current "do" loop onto the stack. Only use within loops
 + 
 +Note that I refers to the innermost loop.
  
 === Examples === === Examples ===
-<code>do(5 0)  +<code prpl>do(5 0)  
- trace(I) +    trace(I) 
 loop  loop 
 </code> </code>
  
prpl/i.1480721628.txt.gz · Last modified: 2025/02/14 14:56 (external edit)