Vocabularycombinators .
extras Inputs p a
quotation with stack effect
( w x y z -- ... ) q a
quotation with stack effect
( w x y z -- ... ) r a
quotation with stack effect
( w x y z -- ... ) OutputsNone
Word descriptionApplies
p to the four input values, then applies
q to the four input values, and finally applies
r to the four input values.
Definition