Handbook
Glossary
(eval>string) ( str -- output )
Vocabulary
eval
Inputs
str
an
object
Outputs
output
an
object
Definition
USING:
continuations
debugger
io.streams.string
kernel
namespaces
parser.notes
;
IN:
eval
:
(eval>string)
( str -- output )
[
parser-quiet?
on
[
( -- )
(eval)
]
curry
[
print-error
]
recover
]
with-string-writer
;