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