$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 {$IFDEF} or {$IFOPT} statements.