Rotation gauche A RotG n renvoie A retourné de n bits vers la gauche. Exemple : RotG( 0b00001101, 4 ) -> 0b11010000 Syntaxe : < x > << < n > | rotg( x, n ) | rol( x, n )