Vocabularycombinators.
short-circuitInputs| quots | a sequence of quotations with stack effect ( -- ? ) |
Outputs| ? | the result of the last quotation, or f |
Word descriptionIf every quotation in the sequence outputs a true value, outputs the result of the last quotation, otherwise outputs
f.
Definition