XLISP > XLISP 2.0  -  Contents  -  Reference  -  Previous | Next

*error-output*


Type:   -   system variable
Source:   -   xlinit.c, xlio.c

Syntax

 *error-output*

Description

*error-output* is a system variable that contains a file pointer that points to the file where all error output goes to. The default file for *error-output* is the system standard error device, normally the screen.

Examples

*error-output*   ; returns #<File-Stream...>

Note: *trace-output* , *debug-io* and *error-output* are normally all set to the same file stream 'stderr'.

See the *error-output* system variable in the XLISP 2.0 manual.

  Back to Top


XLISP > XLISP 2.0  -  Contents  -  Reference  -  Previous | Next