ROL - Rotate left variable

Language reference ›› Built-in procedures ›› Miscellaneous variable treatments ››
Parent Previous Next

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.