Vocabularycombinators.
short-circuitInputsquots | a sequence of quotations with stack effect ( -- ? ) |
Outputs? | the first true result, or f |
Word descriptionIf every quotation in the sequence outputs
f, outputs
f, otherwise outputs the result of the first quotation that did not yield
f.
Definition