LEAVE statement
Exits from a block. Execution continues with the first statement after the end of the block.
Syntax
label
ExampleThis procedure represents part of a menu program. If the user chooses N, P, F, or Q, the procedure leaves the inner choose block and goes on to process the menu selection. If the user presses any other key, the procedure rings the terminal bell.
See also
OpenEdge Release 10.2B
|