Handbook
Glossary
. ( obj -- )
Factor handbook
»
Developer tools
»
The prettyprinter
Next:
... ( obj -- )
Vocabulary
prettyprint
Inputs
obj
an
object
Outputs
None
Word description
Prettyprints an object to
output-stream
with a trailing line break. Output is influenced by many variables; see
Prettyprint control variables
.
Warning
Printing a large object can take a long time and consume a lot of memory. If you need to print large objects, use
short.
or set some
Prettyprint control variables
to limit output size.
See also
...
Definition
USING:
io
;
IN:
prettyprint
:
.
( obj -- )
pprint
nl
;