com.livecode.stream | |
Type | module |
Dictionary | LCB |
Library | LiveCode Builder |
Associations | com.livecode.stream |
Summary | This module specifies the syntax definitions and bindings for stream input and output operations in modular LiveCode. |
Description | This module specifies the syntax definitions and bindings for stream input and output operations in modular LiveCode. |
Type | Name | Summary | Syntax |
---|---|---|---|
expression | DefaultErrorStream | Default error stream. | the error stream |
- - - | DefaultOutputStream | Default output stream. | the output stream |
module | com.livecode.stream | This module specifies the syntax definitions and bindings for stream input and output operations in modular LiveCode. | the output stream |
statement | WriteToStream | Write data to a stream. Stream:An expression that evaluates to a stream. | write <Buffer> to <Destination> |