Syntax
declare #main-ouput has (binary-mode | text-mode)
Purpose
Usually, #main-output is written to in text mode (this is the default setting). #main-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 and output.
|