1.2.74 $STOP : Generate fatal error message

The following code

{$STOP This code is erroneous !}

will display an error message when the compiler encounters it. The compiler will immediately stop the compilation process.

It has the same effect as the {$FATAL} directive.