ON BREAK ======== Function -------- **ON BREAK** allows the user to interrupt processing by operation of the BRK (Break) key. Syntax ------ ON BREAK GOTO [line] or ON BREAK OFF Examples -------- :: ON BREAK GOTO 1000 ON BREAK OFF Remarks ------- This statement operates in a similar manner to the :doc:`on-power` statement, except that the break key is monitored instead of the power key.