pprint* ( obj -- )
Factor handbook » Developer tools » The prettyprinter » Extending the prettyprinter » Prettyprinting more complex literals

Next:pprint-object ( obj -- )


Vocabulary
prettyprint.custom

Inputs
objan object


Outputs
None

Generic word contract
Adds sections to the current block corresponding to the prettyprinted representation of the object.

Notes
This word should only be called from inside the with-pprint combinator.

See also
pprint, with-pprint

Definition


Methods



































































































































































M: sbuf pprint* dup "SBUF\" " "\"" pprint-string ;