Handbook
Glossary
eval-with-stack>string ( str -- output )
Vocabulary
eval
Inputs
str
a
string
Outputs
output
a
string
Word description
Evaluates the Factor code in
str
with
output-stream
rebound to a string output stream, printing the data stack if any objects are left, then outputs the resulting string.
Definition
USING:
parser
;
IN:
eval
:
eval-with-stack>string
( str -- output )
[
(eval-with-stack>string)
]
with-file-vocabs
;