each-permutation ( ... seq quot: ( ... elt -- ... ) -- ... )


Vocabulary
math.combinatorics

Inputs
seqa sequence
quota quotation with stack effect ( ... elt -- ... )


Outputs
None

Word description
Applies the quotation to each permutation of seq in order.

Definition