|
|||||
declaration/definition | declare #process-input has | ||||
Related Syntax |
Syntax
declare #process-input has (binary-mode | text-mode)
Usually, #process-input
is read from in text mode (this is the default setting). #process-input 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 (I/O).
Related Syntax #process-input |
---- |