text ( string -- )
Factor handbook » Developer tools » The prettyprinter » Extending the prettyprinter » Prettyprinter sections

Prev:line-break
Next:styled-text ( string style -- )


Vocabulary
prettyprint.sections

Inputs
stringa string


Outputs
None

Word description
Adds a string to the current block.

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

Definition