User Tools

Site Tools


xrpl:break

This is an old revision of the document!


break

ArgumentsResultNotation
[ - ]

Description

Immediately exits the body of a 'while/repeat/endwhile' block or a 'do/loop' block.

Examples

do(5 0) 
	if (I mod(2) eq0) #divide inner loop with modulo 2 and test if zero 
		break 
	endif 
	trace(I) 
loop 
xrpl/break.1551648276.txt.gz ยท Last modified: 2025/02/14 14:56 (external edit)