VocabularysequencesInputsi | a non-negative integer |
seq | a mutable sequence |
quot | a quotation with stack effect ( ..a elt -- ..b newelt ) |
OutputsNone
Word descriptionApplies the quotation to the
ith element of the sequence, storing the result back into the sequence.
ErrorsThrows an error if the sequence is immutable, if the index is out of bounds, or the sequence cannot hold elements of the type output by
quot.
Side effectsModifies
seqSee alsochange-at,
?change-at,
changeDefinition