User Tools

Site Tools


xrpl:break

Differences

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

Link to this comparison view

xrpl:break [2019/03/03 21:24] – created Karsten75xrpl:break [2021/03/24 15:58] (current) – removed Karsten75
Line 1: Line 1:
- 
-=====  break  ===== 
- 
-^Arguments^Result^Notation^ 
-| | | [ - ] | 
- 
- 
-=== Description === 
-Immediately exits the body of a 'while/repeat/endwhile' block or a 'do/loop' block.  
- 
-=== Examples === 
-<code prpl>do(5 0)  
- if (I mod(2) eq0) #divide inner loop with modulo 2 and test if zero  
- break  
- endif  
- trace(I)  
-loop  
-</code> 
  
xrpl/break.1551648276.txt.gz · Last modified: 2025/02/14 14:56 (external edit)