Conditional Operators in Rule Assembly Language
Conditional logic operators are shown in the following table.
Operator | Syntax | Properties |
---|---|---|
Logical conditional |
|
If A then B, else C. If C is not specified, it defaults to true (1). |
Numeric conditional |
|
If A then B, else C. If C is not specified, it defaults to false (0). This means the expression returns false if A is false and C is not specified. Rarely used. |