VocabularysequencesInputsseq | a resizable mutable sequence |
OutputsWord descriptionOutputs the last element after removing it and shortening the sequence.
Side effectsModifies
seqErrorsThrows an error if the sequence is empty.
See alsopush,
push-either,
push-when,
pop*,
prefix,
suffix,
suffix!Definition