Top index Wirbel home

sys::stderr

stderr() - return standard error file object
stderr(string text) - write text to standard error

stderr() returns a file object which can be used to write data to standard error.

stderr(string text) writes data to standard error without appending a newline character.

See also

print, stdout, write