index-to-tail ( seq from -- from length seq )


Vocabulary
sequences

Inputs
seqa sequence
froman integer


Outputs
seqa sequence
froman integer
lengthan object


Word description
Sets up the stack for the tail word.

Definition


: index-to-tail ( seq from -- from length seq )
swap [ length ] keep ; inline