[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write errors to StdErr
Source position: systemh.inc line 766
var WriteErrorsToStdErr: Boolean = True; |
WriteErrorsToStdErr can be set to True to write error messages (run-time errors, exceptions) to StdErr instead of to standard output. This is the default behaviour. When set to False, error message will be written to standard output.
|
Stop program execution. |
|
|
Generate a run-time error. |