Handbook
Glossary
cord-both ( cord quot -- h t )
Vocabulary
sequences
.
cords
Inputs
cord
an
object
quot
an
object
Outputs
h
an
object
t
an
object
Definition
USING:
accessors
kernel
;
IN:
sequences.cords
:
cord-both
( cord quot -- h t )
[
[
head>>
]
[
tail>>
]
bi
]
dip
bi@
;
inline