r-shift:core — ordinary primitive
FORTH
RSHIFT ( value shift-val -- value' )(
)
does a bitwise logical right-shift on value (ie. the value is considered to be unsigned)
dpANS .6.1.2162 - standard forth word