|
|||||
declaration/definition | declare #process-output has | ||||
Related Syntax |
Syntax
declare #process-output has (binary-mode | text-mode)
Usually, #process-output
is written to in text mode (this is the default setting). #process-output has
allows the OmniMark programmer to explicitly change the mode in which data is written.
This declaration should always be used in preference to the newline
declaration for performing binary input or output.
Related Syntax #process-output newline |
---- |