|
|||||||||
|
|
|||||||||
| Related Syntax | Related Concepts | ||||||||
| built-in variable | #process-output | ||||||||
Purpose
Identifies the default output destination provided to OmniMark by the system.
In earlier releases of OmniMark, #process-output was called #console, and this keyword can still be used to perform the same function. The use of #console is deprecated.
The "declare #process-output has" declarations can be used to change some of the characteristics of the #process-output stream. Note that #process-output never allows referents, so to declare that this stream has referents-allowed or referents-not-allowed is an error.
|
Related Syntax #main-output #console declare #process-output has flush buffered, unbuffered |
Related Concepts Buffering I/O Streams: changing modifiers on #process-output and #error |
| ---- |