each-combination ( ... seq k quot: ( ... elt -- ... ) -- ... )


Vocabulary
math.combinatorics

Inputs
seqa sequence
ka non-negative integer
quota quotation with stack effect ( ... elt -- ... )


Outputs
None

Word description
Applies the quotation to each combination of seq choosing k elements, in order.

Definition