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


SWAP Search:

In Stack Words in TurboForth Kernal

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

Swaps the topmost two cells. 1 2 becomes 2 1

Example:

none

Comment:

none

See Also: None listed

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