a sequence of quotations with stack effect ( elt1 elt2 -- ? )
quot
a quotation with stack effect ( elt1 elt2 -- newelt )
Outputs
result
a list
Word description Get the cartesian product of the lists in list, filter it by applying each guard quotation to it and call quot call with each element from the remaining cartesian product items on the stack, the result of which is returned in the final list.