Handbook
Glossary
read-csexp ( -- obj )
Vocabulary
csexp
Inputs
None
Outputs
obj
an
object
Definition
USING:
kernel
;
IN:
csexp
:
read-csexp
( -- obj )
read-csexp-with-eol
dup
end-of-list?
[
csexp-error
]
when
;