$shuffle ( element -- )


Vocabulary
help.markup

Inputs
elementan object


Outputs
None

Definition


: $shuffle ( element -- )
"This is a shuffle word, rearranging the top of the datastack ..."
swap ?first [ ": " swap "." 4array ] [ "." append ] if*
$description ;