Top index Wirbel home

sys::stdout

stdout() - return standard output file object
stdout(string text) - write text to standard output

stdout() returns a file object which can be used to write data to standard output.

stdout(string text) writes data to standard output without appending a newline character.

See also

print, stderr, write