RSHIFT
RP@
S"
RSHIFT
( value shift-val -- value' )
ansi
.6.1.2162
<
CORE
>
does a bitwise logical right-shift on value (ie. the value is considered to be unsigned)
reference: p4_r_shift in ../src/core.c:1641, export CO RSHIFT