a quotation with stack effect ( ... elt -- ... newelt )
Outputs
seq
a mutable sequence
Word description Applies the quotation to each element yielding a new element, storing the new elements back in the original sequence. Returns the original sequence.
Errors Throws an error if the sequence is immutable, or the sequence cannot hold elements of the type output by quot.