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