ROT
ROLL
ROWS
ROT
( a b c -- b c a )
ansi
.6.1.2160
<
CORE
>
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.
reference: p4_rot in ../src/core.c:1628, export CO ROT