ID:265675
Dec 16 2006, 10:09 am
|
|
Just a question. Does binary work in DM?
|
There is no notation, but there are bitwise operators.
& AND | OR ^ XOR ~ NOT All bitwise operations are 16-bit. In other words, 0xFFFF is the max, and 0x0000 is the min. Edit: << Bit-shift Left Bit-shift Right Thanks, Popisfizzy. |
In response to Yota
|
|
You forgot bitshifting.
|
http://developer.byond.com/forum/ index.cgi?action=message_read&id=499384&forum=8&view=0