pprint-short ( obj -- )
Factor handbook » Developer tools » The prettyprinter

Prev:pprint ( obj -- )
Next:pprint-use ( obj -- )


Vocabulary
prettyprint

Inputs
objan object


Outputs
None

Word description
Prettyprints an object to output-stream. This word rebinds printer control variables to enforce “shorter” output. See Prettyprint control variables.

Definition