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