#>r, ( inputs outputs -- )


Vocabulary
stack-checker.visitor

Inputs
inputsa sequence
outputsa sequence


Outputs
None

Word description
Emits a #shuffle node that copies values from the data stack to the retain stack. This node is primarily output by the dip word and its relatives.

Examples
USING: 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 } } } }


Definition


Methods