ROLL ( xn xm ... x1 n -- xm ... x1 xn )
ROT
2 ROLL -> ROT
reference: p4_roll in ../src/core.c:2380, export CO ROLL