PDF (US Ltr)
- 40.4Mb
PDF (A4)
- 40.5Mb
Man Pages (TGZ)
- 259.5Kb
Man Pages (Zip)
- 366.7Kb
Info (Gzip)
- 4.1Mb
Info (Zip)
- 4.1Mb
LEAVE label
This statement is used to exit the flow control construct that
has the given label. If the label is for the outermost stored
program block, LEAVE exits the
program.
LEAVE can be used within
BEGIN ...
END or loop constructs
(LOOP,
REPEAT,
WHILE).
For an example, see Section 15.6.5.5, “LOOP Statement”.