STOP PANIC


General Form:
stoppanic.gif


The STOP PANIC ON statement is used to instruct KCML to consider all subsequent STOP statements as PANIC statements. This avoids having to change existing code if you already used STOP only in places where PANIC might be appropriate. The STOP PANIC OFF statement restores to the original meaning of STOP.

If the NOPROG environment variable is set and STOP PANIC is in force, subsequently entering immediate mode will cause a PANIC to occur.

See also:

PANIC, STOP