Rol
Logical Bit-Rotation too the left.
Syntax: Rol Variable, Bits
Example:
dim a as integer Rol a, 4 // Bitwise Rotate by 4 Bit to left
en:rol
Logical Bit-Rotation too the left.
Syntax: Rol Variable, Bits
Example:
dim a as integer Rol a, 4 // Bitwise Rotate by 4 Bit to left