Handbook
Glossary
pprint-short ( obj -- )
Factor handbook
»
Developer tools
»
The prettyprinter
Prev:
pprint ( obj -- )
Next:
pprint-use ( obj -- )
Vocabulary
prettyprint
Inputs
obj
an
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
USING:
prettyprint.config
;
IN:
prettyprint
:
pprint-short
( obj -- )
[
pprint
]
with-short-limits
;