#   $   (   +   /   :   =   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Z      All 
WORD NAME DESCRIPTION
( )Precedence operatorsPrecedence Operators:
Use parentheses to change the order operations are calculated. For example:

( 10 + 5 ) / 5 = 3
10 + 5 / 5 = 11

When in doubt, always use parentheses.