RoL

Left rotation

A RotG n returns A rotated left from n bits.

 Example :  rol( 0b00001101, 4 ) -> 0b11010000

 Syntax : < x > << < n > | rotg( x, n ) | rol( x, n )

Converted with gtoh, © 24.06.1997 N. DARNIS