bitShift
-
bitwise operator
-
new in 2.06
-
Use
bitShift leftorbitShift rightto shift bits left or right by the specified number of places. -
Examples: +
set the numberFormat to "binary 8"set the bitLength to 8put 0b00010101 bitShift left 2 --> 0b01010100
note
This page is under construction: it has not been reviewed for completeness.