Handbook
Glossary
2swap ( x y z t -- z t x y )
Vocabulary
shuffle
Inputs
x
an
object
y
an
object
z
an
object
t
an
object
Outputs
z
an
object
t
an
object
x
an
object
y
an
object
Definition
USING:
generalizations
;
IN:
shuffle
:
2swap
( x y z t -- z t x y )
2 2
mnswap
;
inline