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


2NIP Search:

In Programming and Stack Management Words in 32-bit library

Word Name: 2NIP
Type: Standard word
Data Stack Signature: d:x d:y -- d:y
Return Stack Signature: --
Availability: V1.2
Description:

Removes the double value x from the stack, moving y down on the stack to take its place.
 

Example:

12345678.
87654321.
2NIP .DS

(displays 87654321)

Comment:

None

See Also: NIP 

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