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


2SWAP Search:

In Programming and Stack Management Words in 32-bit library

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

Swaps the double values x and y on the stack.

Example:

12345678. 87654321. 2SWAP D. D. (displays 12345678 87654321)

Comment:

None

See Also: SWAP 

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