EXIT MENU instruction

Syntax

EXIT MENU

Usage

EXIT MENU statement terminates the MENU block and continues the program flow with the statement after the menu block.

Example

MENU "Stock"
  ...
  COMMAND "Exit"
     EXIT MENU
END MENU