VocabularysequencesInputs and outputs| seq | a mutable sequence |
| quot | a quotation with stack effect ( ... elt -- ... newelt ) |
Word descriptionApplies the quotation to each element yielding a new element, storing the new elements back in the original sequence. Returns the original sequence.
ErrorsThrows an error if the sequence is immutable, or the sequence cannot hold elements of the type output by
quot.
Side effectsModifies
seqDefinition