deep-spread>quot ( seq -- quot )


Vocabulary
combinators

Inputs
seqa sequence


Outputs
quota quotation


Word description
Creates a new quotation from a sequence of quotations that applies each quotation to a stack element in turn.

See also
spread

Definition