mw.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
mcqroperat
<Index>               <Back>               <Exit>
─────────────────────────────────────────────────
MACRO OPERATORS
 
Operator:         Description:
+                 Add
-                 Subtract
*                 Multiply
/                 Divide
%                 Percent
=                 Equals
<>                Not equal to
<                 Less than
<=                Less than or equal to
>                 Greater than
>=                Greater than or equal to
AND, OR, NOT      Logical And, Or, Not
(                 Opening parenthesis
)                 Closing parenthesis
 
More Help: <Macro Quick Reference>
 
Using Manual: Ch. 22, "Macros"