1.1.17 $FATAL : Generate fatal error message

The following code

{$FATAL This code is erroneous !}

will display an error message when the compiler encounters it, and the compiler will immediatly stop the compilation process.

This is mainly useful inc conjunction wih f$IFDEFg or f$IFOPTg statements.