Error Correction in Programs (Debug)
After a program has been created and executed, errors
could sometimes be generated which could result in several
unexpected results. These errors are known as bugs and
the correction of these is known as debugging.
Correction when an error appears
When an error occurs during the execution of a program, it
will be displayed as follows:
The error message informs the operator in which part of the
program the error is located (P0 to p). The calculator will
also indicate the type of error which will give you an idea of
the necessary corrections.
Error Messages
Syn Error (Syntax error)
Indicates an error in the formula or a wrongful use of a pro-
gramming command
Ma Error (Mathematical Error)
Indicates that the result of a numeric expression exceeds