Previous Topic: ExamplesNext Topic: Syntax


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.