Changes
/* ON ERROR */
: Restores normal function of ESC key during program execution.
==== ON ERROR GOTO ln ==== : [.Passes the control to line ln if an error is detected in the program. : ON ERROR GOTO 0, Turns of the error trap, and restores normal error processing.]
==== OPENIN "datafile" ====