VocabularysequencesInputs and outputs| seq | a resizable mutable sequence |
| quot | a quotation with stack effect ( ... elt -- ... ? ) |
Word descriptionApplies the quotation to each element in turn, and removes elements for which the quotation outputs a false value.
Side effectsModifies
seqSee alsofilter,
sift,
harvestDefinition