>>

(>> integer offset) -> integer

Performs a bitwise shift-right.

Example:

>> (>> 3 5)
:: 0