| Syntax 
   binary-output constant-numeric-expression
 
 Purpose
 
 Provides default byte-ordering for the "%b" format item. OmniMark selects byte-ordering instructions in the following order:
 The numeric format modifier given in the "%b" item.
The value specified in the binaryopen modifier applied to the stream in which "%b" is being written.The value specified in the binary-outputdeclaration.Zero (0).
 The binary-outputdeclaration can appear anywhere in a program, any number of times. When more than one is included, the same value must be specified for each. If all of thebinary-outputdeclarations occur before the first rule or function definition, they must all specify zero (0). |