ppop ( seq -- seq' )
Persistent sequence protocol

Prev:ppush ( val seq -- seq' )


Vocabulary
persistent.sequences

Inputs
seqa sequence


Outputs
seq'a sequence


Generic word contract
Persistent analogue of pop*. Outputs a new sequence with all elements of seq except for the final element.

Definition


Methods