<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


NIP Search:

In Stack Words in TurboForth Kernal

Word Name: NIP
Type: Standard word
Data Stack Signature: a b -- b
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Discards the second cell (cell a). Equivalent to SWAP DROP.

Example:

none

Comment:

none

See Also: None listed

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>