Handbook
Glossary
(leach) ( list quot -- cdr quot )
Vocabulary
lists
.
private
Inputs
list
an
object
quot
an
object
Outputs
cdr
an
object
quot
an
object
Definition
USING:
kernel
lists
;
IN:
lists.private
:
(leach)
( list quot -- cdr quot )
[
[
car
]
dip
call
]
[
[
cdr
]
dip
]
2bi
;
inline