$Header: /home/radek/cvs/forth-book/dictionary/ansi/2300.tuck,v 1.1 2003/12/28 18:21:57 radek Exp $

Jméno

TUCK — FIXME:

CORE

EXT

Přehled

( x1 x2 → x2 x1 x2 )

Definováno v: dpANS Forth 6.2.2300 CORE,EXT

Copy the first (top) stack item below the second stack item.

Popis

FIXME:

Description

shove the top-value under the value beneath. See OVER and NIP simulate:

: TUCK  SWAP OVER ;