+ for Addition
- for Subtraction
* for Multiplication
/ for Division
( ) to group an expression
= for Assignment or Results
' ' to designate a text string
Example 1, DE = '*' to assign the value * to the field reference DE.
Example 2, DE = DF + DA - (EA - EB).
Back to: Super Natural Home Page