Home / lang / ror 
Ror
Syntax
Value = Ror ( Number , Bit )

Returns Number with Bit bits right rotated.

Examples

PRINT Hex$(Rol(&H12345678, 4))

81234567

See also

Bits Manipulation Functions  Logical Operators