nmake-tuple ( class assoc n -- quot )
Tuple-constructing combinators

Prev:3make-tuple ( x y z class assoc -- tuple )


Vocabulary
combinators.tuple

Inputs
classa class
assoca list of string/quotation pairs
nan integer


Outputs
None

Word description
Constructs a tuple of class by calling the quotations making up the values of assoc on the top n values on the datastack below class, assigning the result of each call to the slot named by the corresponding key. The order in which the quotations are called is undefined.

See also
1make-tuple, 2make-tuple, 3make-tuple

Definition