nth* ( n seq -- elt )


Vocabulary
sequences.extras

Inputs
nan integer
seqa sequence


Outputs
eltan object


Word description
Pushes the nth element of the sequence if it exists, otherwise pushes sequence length - 1.

Definition