Value = Rol ( Number , Bit )
Returns Number with Bit bits left rotated.
PRINT Hex$(Rol(&H12345678, 4)) 23456781