Skip to main content

DefaultOutputStream

Type

expression

Summary

Default output stream.

Syntax

the output stream

Description

The default output stream for output from the program.

In command-line programs, this is usually used to output the results of running the program. In CGI programs running on servers, this is usually used to output the data to be sent to the client.

Value

NameTypeDescription

return

The default output stream.

Thank you for your feedback!

Was this page helpful?