Vocabulary stack-checker .
visitor Inputs 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
This documentation was generated offline from a
load-all
image. If you want, you can also
browse the documentation from within the UI developer tools . See
the Factor website
for more information.
Factor 0.101 x86.64 (2285, heads/master-efda6dad2f, Nov 20 2024 16:02:37)