Assigning Final and Temporary Variables

Custom statements use only the Operand1 and Operand2 fields for the actual operation. The Operand3 field is reserved for assigning variable names to results.

For mathematical equations, the variable name that you assign to the final result must be the custom statement name. For group statements, the final result is always an implied yes or no, so you do not make an explicit final assignment.

You can also assign intermediate values to temporary variables. You might do this, for example, to set up complex clause groupings.