Ror
Logical Bit-Rotation to the right.
Syntax: Ror Variable, Bits
Example:
dim a as integer Ror a, 4 // Bitwise Rotate by 4 Bits to right
en:ror
Logical Bit-Rotation to the right.
Syntax: Ror Variable, Bits
Example:
dim a as integer Ror a, 4 // Bitwise Rotate by 4 Bits to right