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

# Iterate from 0 to 9, but only trace numbers from 0 to 5.

ShowTraceLog
ClearTraceLog
10 0 do
	I Trace
	I 5 gte if
		break
	endif
loop
crpl/docs/break.1530872378.txt.gz · Last modified: 2025/02/14 14:56 (external edit)