|        | |||||
|  | |||||
| operator | divide, / | ||||
| Summary | Numeric A quotient. | 
numeric-expression (/ | divide) numeric-expression
Division operator. In OmniMark, / is the preferred form, rather than divide.
Each line in this sample is an example of the use of the division operator:
43 / 967 12 / 19 / -35 a / b ;each letter being the variable of a local counter a divide b ;each letter being the variable of a local counter
| ---- |