Handbook
Glossary
(eval-with-stack>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-with-stack>string)
( str -- output )
[
parser-quiet?
on
[
(eval-with-stack)
]
[
nip
print-error
]
recover
]
with-string-writer
;