Previous Topic: ConditionNext Topic: CONTINUE Control Statement


BREAK Control Statement

The BREAK control statement is used with the DO control statement to stop iteration and processing of the DO group where the BREAK control statement is embedded. Processing continues with the control statement following the DO group.

Syntax

BREAK

The BREAK control statement contains no additional parameters.