Previous Section Table of Contents  

[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Y]

/ division arithmetic operator
!> not greater than operator
!< not less than operator
!= not equal to operator
# (pound symbol)
## (double-pound symbol)
% modula arithmetic operator
& bitwise AND operator
> greater than operator
>= greater than or equal to operator
< less than operator
<= less than or equal to operator
* multiplication arithmetic operator
+ addition arithmetic operator
+ unary operator
- subtraction arithmetic operator
- unary operator
= assignment operator
= equal to comparison operator
^ bitwise exclusive OR operator
| bitwise OR operator
~ unary operator

Previous Section Table of Contents