Bitwise operations: Difference between revisions

Content deleted Content added
Thaddy (talk | contribs)
Hout (talk | contribs)
m →‎{{header|AppleScript}}: (typo – missing word in preamble)
Line 380:
 
* Javascript lacks bit rotation operators, and
* in the case of the JS left shift operator '''(<<)''' the right operand needs to be masked with '''0x1F''' (31), which is its maximum effective value.