Name

over:core — ordinary primitive

Synopsis

FORTH

OVER ( a b -- a b a )();
p4:"over";

Description

get the value from under the top of stack. The inverse operation would be TUCK

dpANS .6.1.1990 - standard forth word