ROR - Rotate right variable

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

ROR(variable [, constant-expression] )

Rotate <variable> right by one position or by <constant-expression> positions, inserting LSB to MSB.


Restriction:


In the current implementation <variable> must be a simple variable, not a RECORD member nor an ARRAY element.