Name
dup:core — ordinary primitive
Synopsis
FORTH
DUP
( a -- a a )(
)
;
p4:"dup";
Description
duplicate the cell on top of the stack - so the
two topmost cells have the same value (they are
equal w.r.t = ) , see DROP for the inverse
dpANS .6.1.1290
- standard forth word