nth= ( n seq elt -- ? )


Vocabulary
sequences.extras

Inputs
nan integer
seqa sequence
eltan object


Outputs
?a boolean


Word description
Check if the nth element of seq is equal to elt.

Definition