Bitwise operations: Difference between revisions

Line 963:
</lang>
 
== The ''RiscLua'' dialect ==, for [http://lua.riscos.org.uk/ '''RISC OS'''], has
32-bit integers as the default number type. It provides binary operations
& (and), | (or), ^^ (xor), << (logical shift left), >> (logical shift right)
Anonymous user