trace(0xFFFFFFFF & -1); // -1
trace(4294967295 & -1); // -1
trace(4294967295 & 4294967295); // -1
See Also
&= (bitwise AND
assignment),
^ (bitwise
XOR),
^= (bitwise XOR
assignment),
| (bitwise
OR),
|= (bitwise OR
assignment),
~ (bitwise NOT)
& (bitwise AND)
37
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?