|
LST File: $Abort and $Error |
Top Previous Next |
|
Messages to the LST file may be written on program termination. To stop compilation and write a message use
$abort message while $error message
generates a compiler error and outputs the attached message. $Echo can also be used as discussed below. There is also an execution time Abort that also writes messages as discussed in the Conditionals chapter. |