* ROT ( a b c -- b c a ) rotates the three uppermost values on the stack, the other direction would be with -ROT - please have a look at LOCALS| and VAR that can avoid its use.
ROT
( a b c -- b c a )
-ROT
LOCALS|
VAR
FORTH/ANS core (dpANS.6.1.2160) ordinary primitive