Handbook
Glossary
pprint-prefix ( word quot -- )
Factor handbook
»
Developer tools
»
The prettyprinter
»
Extending the prettyprinter
»
Prettyprinting more complex literals
Prev:
pprint-string ( obj str prefix suffix -- )
Vocabulary
prettyprint
.
backend
Inputs
word
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
prettyprint.sections
;
IN:
prettyprint.backend
:
pprint-prefix
( word quot -- )
<block
swap
pprint-word
call
block>
;
inline