Operators are abbreviated spellings of functions.
The following operators are in TAP. CON Configuration Expert available:
Me - Operator (Access own object)
::= - Operator (Assignment with simultaneous setting of the usertouched attribute)
= - Operator (Comparison on equality)
<> - Operator (Comparison on inequality)
> - Operator (Logical Comparison Greater)
>= - Operator (Logical Comparison Greater or Equal)
< - Operator (Logical comparison of Lower)
<= - Operator (Logical comparison Lower or Equal)
And - Operator (Bit comparison AND)
BAnd - Operator (Logical comparison AND)
Or - Operator (Bit comparison OR)
BOr - Operator (Logical comparison OR)
XOr - Operator (Bit comparison Exclusive OR)
BXOr - Operator (Logical comparison Exclusive OR)
BNot - Operator (Logical negation)
IsA - Operator (Derivation comparison)
NotIsA - Operator (Non-derivation comparison)
IsRel - Operator (Derivation comparison also for virtual classes)
NotIsRel - Operator (Non-derivation comparison also for virtual classes)
In - Operator (Checking for occurrences in a list or interval)
NotIn - Operator (Checking for nonoccurrence in a list or interval)
& - Operator (String Concatenation)
&= - Operator (String Concatenation and Assignment)
&& - Operator (multilingual string concatenation)
+= - Operator (Addition and assignment)
- - Operator (Minus, Subtraction)
-= - Operator (Subtraction und Assignment)
\ - Operator (Integer Division)