List of Operators
Logical operators
AND, OR, NAND, NOR, XOR, XNOR
Relational operators
=, /=, <, <=, >, >=
Addition operators
+, -, &
Multiplication operators
*, /, mod, rem
Miscellaneous operators
**, abs, not