Table of Contents
- Operator Precedence and Associativity — a table.
- Arithmetic Operators — (
+, -,
*, /,
%) - Assignment Operators — (
=, :=,
::=) - Binary Operator Shorthands — (
+=, -=,
*=, /=,
%=, &=,
^=, <<=,
>>=) - Bitwise Operators — (
<<, >>,
~ , &,
|, ^) - Class Operators — (
., ..) - Comparison Operators — (
!=, <,
<=, ==,
>, >=) - Evaluation Order Operators —
,
(
) - Increment and Decrement Operators — (
++, --) - Logical Operators — (
!, &&,
||) - Quote Operators — (
#, `,
@) - Symbol Character Operators — (
\, $) - Ternary Operator — (
? : )