Handbook
Glossary
long-section> ( section -- )
Vocabulary
prettyprint
.
sections
Inputs
section
a
section
Outputs
None
Word description
Ends printing a long section, taking
indent-section?
and
newline-after?
into account.
Definition
USING:
kernel
;
IN:
prettyprint.sections
:
long-section>
( section -- )
dup
indent>
fresh-line>
;