Shr

Value = Shr ( Number , Bits )

Returns Number , Bits bits right shifted.


Example

PRINT Shr(11, 3)

1


See also

AND, BChg, BClr, BSet, BTst, NOT, OR, Rol, Ror, Shl, XOR


Previous: Shl Next: Sinh