System Variables
ERS Line Number of Last Error
Numeric System Variable
 
Contents Integer, line number that generated last error.
 
Description This ERS variable contains the line number that generated the last error detected in the program.
 
Examples 0030?LET X$="" PRINT "Reset" Error #20: Syntax error
1>RUN
0030?Let X$="" print "Rest" Error #20: Syntax error
->?ERS
30
> EDIT 30