Mc
Mac
Figure 2-8 Operator-Symbol To Operator-Function Binding (1 of 2) Operator Symbol Operator Function Number of Arguments Return Type = equal 2 Boolean <>,!= notequal 2 Boolean > greaterthan 2 Boolean < lessthan 2 Boolean >= greaterthanorequal 2 Boolean <= lessthanorequal 2 Boolean like like 2 or 3 Boolean matches matches 2 or 3 Boolean - minus 2 Any type + plus 2 Any type / divide 2 Any type * times 2 Any type || concat 2 Any type + positive 1 Any type - negate 1 Any type
(1 of 2)
=
equal
2
Boolean
<>,!=
notequal
>
greaterthan
<
lessthan
>=
greaterthanorequal
<=
lessthanorequal
like
2 or 3
matches
-
minus
Any type
+
plus
/
divide
*
times
||
concat
positive
1
negate