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.