Vocabularystack-checker.visitorInputsOutputsNone
Word descriptionEmits a
#shuffle node that copies values from the data stack to the retain stack. This node is primarily outputted by the
dip word and its relatives.
ExamplesUSING: namespaces prettyprint stack-checker.visitor ;
V{ } stack-visitor set { 123 } { 124 } #>r, stack-visitor get .
V{
T{ #shuffle
{ mapping { { 124 123 } } }
{ in-d { 123 } }
{ out-r { 124 } }
}
}
DefinitionMethods