DefaultOutputStream

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
the output stream
Associationscom.livecode.stream
Summary

Default output stream.

Values
NameTypeDescription
return

The default 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.

Tagsio