User Tools

Site Tools


crpl:docs:break

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Flow Control

break

ArgumentsResultNotation

Description

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

Examples

# Display only odd numbers on the trace log 
ShowTraceLog
ClearTraceLog 
5 0 do 
	I 2 mod eq0 if #divide inner loop with modulo 2 and test if zero 
		Break 
		endif 
	I Trace 
	loop
crpl/docs/break.1358490348.txt.gz · Last modified: 2025/02/14 14:56 (external edit)