Handbook
Glossary
eval-with-stack ( str -- )
Vocabulary
eval
Inputs
str
a
string
Outputs
None
Word description
Parses Factor source code from
str
, and then calls the resulting quotation, printing the data stack if any objects are left.
Definition
USING:
parser
;
IN:
eval
:
eval-with-stack
( str -- )
[
(eval-with-stack)
]
with-file-vocabs
;