This shows you the differences between two versions of the page.
xrpl:j [2019/03/03 23:06] – created Karsten75 | xrpl:j [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | ===== J ===== | ||
- | |||
- | ^Arguments^Result^Notation^ | ||
- | | |number| [ - number] | | ||
- | |||
- | |||
- | === Description === | ||
- | First outer loop index. When loops are nested, this pushes the value of the first (or only) outer " | ||
- | |||
- | Note: after the inner loop finishes, this value is accessed with I, it being now the innermost loop. | ||
- | |||
- | === Examples === | ||
- | <code prpl> | ||
- | do(4 3) | ||
- | I J Trace2 | ||
- | loop | ||
- | loop | ||
- | </ | ||