Handbook
Glossary
unparse-use ( obj -- str )
Factor handbook
»
Developer tools
»
The prettyprinter
Prev:
unparse ( obj -- str )
Next:
pprint-cell ( obj -- )
Vocabulary
prettyprint
Inputs
obj
an
object
Outputs
str
an
object
Definition
USING:
io.streams.string
;
IN:
prettyprint
:
unparse-use
( obj -- str )
[
pprint-use
]
with-string-writer
;