LEAVE label;
Leave statement
A LEAVE
statement is used inside a compound, LOOP
, or WHILE
construct to leave to the specified level.
Usage
Syntax rules
-
The label must exist on a containing compound statement,
LOOP
, orWHILE
statement.