Vocabularycombinators.
smartInputsOutputsWord descriptionInfers the number of outputs from the quotation and constructs a new sequence from those objects of the same type as the exemplar.
ExamplesUSING: combinators.smart kernel math prettyprint ;
4 [ [ 1 + ] [ 2 + ] [ 3 + ] tri ] V{ } output>sequence .
V{ 5 6 7 }
Definition