third= ( seq elt -- ? )


Vocabulary
sequences.extras

Inputs
seqa sequence
eltan object


Outputs
?a boolean


Word description
Checks whether the third element of seq is equal to elt.

Definition