Character cycle left shift
_cror_
Character cycle right shift
//c is the abbreviation of cha (character type) R.
;
_irol_
Integer cyclic left shift
_iror_
Integer cyclic right shift
//i is short for integer.
_lrol_
Long integer cyclic left shift
_lror_
Long integer cyclic right shift
//l is short for long integer.
.