second? ( ... seq quot: ( ... elt -- ... ? ) -- ... ? )


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation with stack effect ( ... elt -- ... ? )


Outputs
?a boolean


Word description
Tests whether the second element of seq satisfies the provided predicate.

Definition


: second? ( ... seq quot: ( ... elt -- ... ? ) -- ... ? )
[ second ] dip call ; inline