LEAVE label
This statement is used to exit the flow control construct that
has the given label. It can be used within
BEGIN ...
END
or loop constructs
(LOOP
,
REPEAT
,
WHILE
).
LEAVE label
This statement is used to exit the flow control construct that
has the given label. It can be used within
BEGIN ...
END
or loop constructs
(LOOP
,
REPEAT
,
WHILE
).