2swap ( x y z t -- z t x y )


Vocabulary
shuffle

Inputs
xan object
yan object
zan object
tan object


Outputs
zan object
tan object
xan object
yan object


Definition


: 2swap ( x y z t -- z t x y ) 2 2 mnswap ; inline