The following table lists all operators from highest precedence to lowest. Operator Description ** Exponentiation (raise to the power) ~ + – Complement, unary plus and minus (method names for the last two are +@ and -@) * / % // Multiply, divide, modulo and floor division + – Addition and subtraction >> << Right…
Read more