Handbook
Glossary
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
string
a
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
IN:
prettyprint.sections
:
text
( string -- )
f
styled-text
;