unparse-use ( obj -- str )
Factor documentation > Factor handbook > Developer tools > The prettyprinter
Prev:unparse ( obj -- str )
Next:pprint-cell ( obj -- )


Vocabulary
prettyprint

Definition
USING: io.streams.string ;

IN: prettyprint

: unparse-use ( obj -- str )
[ pprint-use ] with-string-writer ;