change-last-unsafe ( seq quot -- )


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation


Outputs
None

Word description
Applies quot to the last element of a sequence, modifying it in place. Does not check if the array has a last element.

Definition