ROL(variable [, constant-expression] )
Rotate <variable> left by one position or by <constant-expression> positions, inserting MSB to LSB.
Restriction:
In the current implementation <variable> must be a simple variable, not a RECORD member nor an ARRAY element.