Purpose |
Output a string expression to the standard error device (console/screen). |
Syntax |
STDERR string_expression [;] |
Remarks |
Output to STDERR will normally be directed to the console screen unless it has been redirected. If the trailing semi-colon after string_expression is omitted, a carriage return and linefeed (CR/LF, $CRLF, or CHR$(13,10)) is sent immediately following string_expression. |
See also |
CONSIN, CONSOUT, GETSTDERR, GETSTDIN, GETSTDOUT, PRINT, STDEOF, STDIN LINE, STDOUT |