eval-with-stack>string ( str -- output )


Vocabulary
eval

Inputs
stra string


Outputs
outputa 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