ROLL RMDIR ROT
ROLL ( xn xm ... x1 n -- xm ... x1 xn )  
ansi .6.2.2150 <CORE>
the extended form of ROT
    2 ROLL -> ROT

reference: p4_roll in ../src/core.c:2380, export CO ROLL