Home / lang / rol 
Rol
Syntax
Value = Rol ( Number , Bit )

Returns Number with Bit bits left rotated.

Examples

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

23456781

See also

Bits Manipulation Functions  Logical Operators