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

Prev:pprint-object ( obj -- )
Next:pprint-elements ( seq -- )


Vocabulary
prettyprint.backend

Inputs
worda word


Outputs
None

Word description
Adds a text section for the word. Unlike the word method of pprint*, this does not add a POSTPONE: prefix to parsing words.

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

Definition