Addition (+)
Subtraction (-)
Multiplication (*)
Division (/)
Modulo (mod)
IntegerDivision (div)
Power (**)
Equal to (eq)
Not equal (ne)
Greater than (gt)
Greater than or equal (ge)
Less than (lt)
Less than or equal (le)
Logical and (and)
Logical or (or)
Logical xor (xor)
Logical nand (nand)
Logical nor (nor)
Logical xnor (xnor)