Previous Topic: Compiler Fatal ErrorNext Topic: Runtime Error


Compiler Error

A compiler error is a programming error (such as a syntax error) encountered during a compile. The error does not terminate the compile, but it does prevent the object from being created. The error is recorded in the compile listing. It is highlighted in the source if SET EDIT HIGHLIGHT ERROR is in effect and you specified the MEL (Mark Error Lines) compile option.