Name

r-shift:core — ordinary primitive

Synopsis

FORTH
RSHIFT ( value shift-val -- value' )(); 
 ;

Description

does a bitwise logical right-shift on value (ie. the value is considered to be unsigned)

dpANS .6.1.2162 - standard forth word