Shr

Value = Shr ( Number , Bits )

Returns Number , Bits bits right shifted.

Example :

PRINT Shr(11, 3)
=> 1 


Referenced by :