Changes
/* ON BREAK */
: [...]
==== ON BREAK CONT ==== : [Prevents the interruption of program execution by the ESC key. ==== ON BREAK GOSUB ln ==== Passes control to subroutine at line ln when ESC ESC pressed. ==== ON BREAK STOP ==== Restores normal function of ESC key during program execution.]
==== ON ERROR ====