
Chapter 5 125
5 Using the ON statement
Whenever a runtime error occurs, the default action of your program depends on the type of
the error. If the error results from a floating-point exception, the program will continue to
execute. Other errors will cause it to abort.