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


OVER Search:

In Stack Words in TurboForth Kernal

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

Copies the second cell to the top. 1 2 becomes 1 2 1.

Example:

none

Comment:

none

See Also: None listed

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