ROT
* 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.

core ordinary primitive