Handbook
Glossary
read-list ( acc -- obj )
Vocabulary
csexp
Inputs
acc
an
object
Outputs
obj
an
object
Definition
USING:
kernel
sequences
;
IN:
csexp
:
read-list
( acc -- obj )
read-csexp-with-eol
dup
end-of-list?
[
drop
]
[
over
push
read-list
]
if
;