[next] [prev] [prev-tail] [tail] [up]
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.
[next] [prev] [prev-tail] [front] [up]