Name

negate:core — ordinary primitive

Synopsis

FORTH

NEGATE ( value -- value' )();
p4:"negate";

Description

return the arithmetic negative of the (signed) cell

 simulate:   : NEGATE -1 * ;
 

dpANS .6.1.1910 - standard forth word