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

Jméno

NIP — Odstraní položku pod vrcholem zásobníku

Přehled

( x1 x2 → x2 )

Definováno v: dpANS Forth 6.2.1930 CORE,EXT

Popis

FIXME:

Description

Drop the first item below the top of stack.

drop the value under the top of stack, inverse of TUCK simulate:

: NIP SWAP DROP ;