This shows you the differences between two versions of the page.
| xrpl:i [2019/03/03 23:04] – created Karsten75 | xrpl:i [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ===== I ===== | ||
| - | |||
| - | ^Arguments^Result^Notation^ | ||
| - | | |number| [ - number] | | ||
| - | |||
| - | |||
| - | === Description === | ||
| - | Current loop index. Pushes the value of the current " | ||
| - | |||
| - | Note that I refers to the innermost loop. | ||
| - | |||
| - | === Examples === | ||
| - | <code prpl> | ||
| - | trace(I) | ||
| - | loop | ||
| - | </ | ||