The shift operators for int32 objects.
system
int32<< x y => result
int32>> x y => result
| x⇩ | 
An int32 object or an integer of type  (signed-byte 32). | 
| y⇩ | 
An int32 object or an integer of type  (signed-byte 32). | 
| result | 
An int32 object. | 
The function int32<< is a shift left operator for int32 objects.
The function int32>> is a shift right operator for int32 objects.
x and y can be int32 objects or integers of type (signed-byte 32).
See the section 28.2.2 Fast 32-bit arithmetic for more information about the INT32 API.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02