Arithmetic:
~ approximately equal to (means value is within plus or minus 1)
> greater than
< less than
>= greater than or equal to
<= less than or equal to
| | absolute value of
= equal to
!= not equal to
Boolean Logic:
AND both true
OR either one is true
XOR either one is true, but not both