An operator is a set of characters that represent an action in a statement or expression. An expression is a sequence of operators and operands that specifies a computation of a value.
The following ASCII characters or character sequences represent operators.
. * + - / ^ < = > <> <= >= AND OR NOT
There are two kind of operators: unary and binary.