<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Programming and Stack Management Words in 32-bit library
Rotates the top 3 double stack values to the left.
1. 2. 3. 2ROT .DS
(displays 2 3 1)
The bottom of the 3 values (prior to the instruction being executed) is placed at the top of the stack.