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


PICK Search:

In Stack Words in TurboForth Kernal

Word Name: PICK
Type: Standard word
Data Stack Signature: n – Nth
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Copies stack cell number n to the top of the stack.

Example:

none

Comment:

0 PICK is equivalent to DUP. 1 PICK is equivalent to OVER.

See Also: None listed

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