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


ROT Search:

In Stack Words in TurboForth Kernal

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

Rotates the top 3 items to the left. The 3rd item rotates into the top position. 1 2 3 becomes 2 3 1.

Example:

none

Comment:

none

See Also: -ROT 

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