XL inherits the binary operators left shift (<<), right shift (>>) and unsigned right shift (>>>). Moreover it adds the unsigned left shift operator (<<<).
This operator can not be used for bit operations since it is logically not possible to have an unsigned left shift in bit operation. It is only added to GroIMP for overloading (operator$ushl).