VocabularysequencesInputselt | an object |
seq | a resizable mutable sequence |
OutputsNone
Word descriptionAdds an element at the end of the sequence. The sequence length is adjusted accordingly.
ErrorsThrows an error if
seq is not resizable, or if the type of
elt is not permitted in
seq.
Side effectsModifies
seqSee alsopush-either,
push-when,
pop,
pop*,
prefix,
suffix,
suffix!Definition