Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

WriteErrorsToStdErr

Write errors to StdErr.

Declaration

Source position: systemh.inc line 894

var WriteErrorsToStdErr: Boolean = True;

Description

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.

See also

Halt

  

Stop program execution.

RunError

  

Generate a run-time error.


Documentation generated on: Jul 24 2023