+ Addition operator (also concatenates strings)
- Subtraction operator
* Multiplication operator
/ Division operator
= Assignment operator
** Exponentiation operator
<> Not equal to
== Equal to
>= Greater or equal to
<= Less than or equal to
< Less than
> Greater than