over:core — ordinary primitive
FORTH
OVER ( a b -- a b a )();p4:"over";
OVER ( a b -- a b a )(
)
get the value from under the top of stack. The inverse operation would be TUCK
dpANS .6.1.1990 - standard forth word