6.1.0430
2SWAP
two-swap
CORE
 
( x1 x2 x3 x4 -- x3 x4 x1 x2 )

Exchange the top two cell pairs.

Testing:
T{ 1 2 3 4 2SWAP -> 3 4 1 2 }T