1.1.58 $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 immediatly stop the compilation process.

It has the same eect as the f$FATALg directive.