Vocabularycombinators.
smartInputsOutputsWord descriptionInfers the number of outputs from
quot and returns a sequence of type
exemplar of the outputs appended.
ExamplesUSING: combinators.smart prettyprint ;
[ { 1 2 } { "A" "b" } ] V{ } append-outputs-as .
V{ 1 2 "A" "b" }
See alsoappend-outputsDefinition