Handbook
Glossary
short. ( obj -- )
Factor handbook
»
Developer tools
»
The prettyprinter
Prev:
... ( obj -- )
Next:
pprint ( obj -- )
Vocabulary
prettyprint
Inputs
obj
an
object
Outputs
None
Word description
Prettyprints an object to
output-stream
with a trailing line break. This word rebinds printer control variables to enforce "shorter" output.
Definition
USING:
io
;
IN:
prettyprint
:
short.
( obj -- )
pprint-short
nl
;