VocabularysequencesInputs and outputs| seq | a sequence |
| quot | a quotation with stack effect ( ... elt -- ... result/f ) |
| result | the first non-false result of the quotation |
| elt | the first matching element, or f |
Word descriptionApplies the quotation to each element of the sequence, until the quotation outputs a true value. If the quotation ever yields a result which is not
f, then the value is output, along with the element of the sequence which yielded this.
Definition