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