... ( obj -- )
Factor handbook » Developer tools » The prettyprinter

Prev:. ( obj -- )
Next:short. ( obj -- )


Vocabulary
prettyprint

Inputs
objan object


Outputs
None

Word description
Prettyprints an object to output-stream with a trailing line break. Output is unlimited in length.

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