Vocabularycombinators.
short-circuitInputsobj | an object |
quots | a sequence of quotations with stack effect ( obj -- ? ) |
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