Arithmetic operators: 

+, -, *, /, ^ (power), % (modulo) - for value streams and scalars

Comparison operators:

=, <, >, <=, >= for scalar comparisons

Unary operators:

- (negate), +, ~(NOT), @ (abs)

Boolean operators:

& (AND), | (OR), # (XOR)