This shows you the differences between two versions of the page.
| xrpl:break [2019/03/03 21:24] – created Karsten75 | xrpl:break [2021/03/24 15:58] (current) – removed Karsten75 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ===== break ===== | ||
| - | |||
| - | ^Arguments^Result^Notation^ | ||
| - | | | | [ - ] | | ||
| - | |||
| - | |||
| - | === Description === | ||
| - | Immediately exits the body of a ' | ||
| - | |||
| - | === Examples === | ||
| - | <code prpl> | ||
| - | if (I mod(2) eq0) #divide inner loop with modulo 2 and test if zero | ||
| - | break | ||
| - | endif | ||
| - | trace(I) | ||
| - | loop | ||
| - | </ | ||