25.05.2011, 05:26
_: Tag override
~: Doesn't exist. A ~ on it's own (ex ~variable) is bitwise not
~= Also doesn't exist (I think, not sure)
^= Bitwise Exclusive Or, assign new value to the variable on the left of the operator
|= Bitwise Or, assign new value to the variable on the left of the operator
&= Bitwise And, assign new value to the variable on the left of the operator
~: Doesn't exist. A ~ on it's own (ex ~variable) is bitwise not
~= Also doesn't exist (I think, not sure)
^= Bitwise Exclusive Or, assign new value to the variable on the left of the operator
|= Bitwise Or, assign new value to the variable on the left of the operator
&= Bitwise And, assign new value to the variable on the left of the operator