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


TUCK Search:

In Stack Words in TurboForth Kernal

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

Copies the top cell into the 3rd position, moving the stack forward. 1 2 becomes 2 1 2.

Example:

none

Comment:

none

See Also: None listed

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