fresh-line ( n -- )


Vocabulary
prettyprint.sections

Inputs
nthe current column position


Outputs
None

Word description
Advances the prettyprinter by one line unless the current line is empty. If the line limit is exceeded, escapes the prettyprinter by restoring a continuation captured in do-pprint.

Definition