Navigation: ThinBASIC Language > Operators > Arithmetic >
Right Bit Shift (>>)
Description
Moves the bits of number to the right by pos positions.
Syntax
result = number >> position
Returns
Remarks
Restrictions
See also
Examples