Handbook
Glossary
nth= ( n seq elt -- ? )
Vocabulary
sequences
.
extras
Inputs
n
an
integer
seq
a
sequence
elt
an
object
Outputs
?
a
boolean
Word description
Check if the nth element of
seq
is equal to
elt
.
Definition
USING:
kernel
sequences
;
IN:
sequences.extras
:
nth=
( n seq elt -- ? )
[
nth
]
dip
=
;
inline