6.1.2160
ROT
rote
CORE
 
( x1 x2 x3 -- x2 x3 x1 )

Rotate the top three stack entries.

Testing:
T{ 1 2 3 ROT -> 2 3 1 }T