Handbook
Glossary
fresh-line> ( section -- )
Vocabulary
prettyprint
.
sections
Inputs
section
a
section
Outputs
None
Word description
Prints a line break after the section end if requested by the section.
Definition
USING:
accessors
kernel
;
IN:
prettyprint.sections
:
fresh-line>
( section -- )
dup
newline-after?
[
end>>
fresh-line
]
[
drop
]
if
;