[HELP] which use of these symbols ?
#2

_: 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
Reply


Messages In This Thread
[HELP] which use of these symbols ? - by TheGarfield - 25.05.2011, 01:32
Re: [HELP] which use of these symbols ? - by Vince - 25.05.2011, 05:26
Re: [HELP] which use of these symbols ? - by TheGarfield - 25.05.2011, 19:28
Re: [HELP] which use of these symbols ? - by Vince - 25.05.2011, 19:44
Re: [HELP] which use of these symbols ? - by Mean - 25.05.2011, 20:38
Re: [HELP] which use of these symbols ? - by Vince - 25.05.2011, 20:52

Forum Jump:


Users browsing this thread: 3 Guest(s)