Handbook
Glossary
<indent ( section -- )
Vocabulary
prettyprint
.
sections
Inputs
section
a
section
Outputs
None
Word description
Increases indentation by the
tab-size
if requested by the section.
Definition
USING:
namespaces
prettyprint.config
;
IN:
prettyprint.sections
:
<indent
( section -- )
tab-size
get
indent+
;