eval-with-stack ( str -- )


Vocabulary
eval

Inputs
stra 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