Vocabularycombinators.
smartInputsOutputsNone
Word descriptionInfers the number of inputs,
n, to
quot and calls the
quot with the first
n values from a sequence.
ExamplesUSING: combinators.smart math prettyprint ;
{ 1 2 3 } [ + + ] input<sequence .
6
Definition