invert:core — ordinary primitive
FORTH
INVERT ( value -- value' )();p4:"invert";
INVERT ( value -- value' )(
)
make a bitwise negation of the value on stack. see also NEGATE
dpANS .6.1.1720 - standard forth word