#BREAK metastatement

Purpose

Enable or disable "Program Break" as a means of terminating the program.

Syntax

#BREAK [ON|+ | OFF|-]

Restrictions

#BREAK ON enables "Program Break", while #BREAK OFF disables it.  With program break on, the Console Window is made stable, meaning that it cannot be closed by the user.  The disabled combinations are Control-Break, Alt-F4, the close box, and even the system menu.  This allows you to be certain that your operations on the console can be completed.  This setting defaults to OFF if not specified.