TM1 operators

logical operators:
& AND
% OR
~ NOT

strings operators:
| concatenate
@= string1 equals string2
@<> string1 differs from string2

I always seem to forget some of these.