<< Click to Display Table of Contents >> Navigation: ThinBASIC Core 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