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