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