Name >>
Definition (a:val(int)) >> (b:val(int)) : expr(int).
Defined in ops.l
Implementation icode
Infix _>>_ : infix(155,left).
Description Shift right.
Note The left argument is treated as signed, so the most significant (sign) bit is replicated as the value is shifted.