do-pprint ( block -- )


Vocabulary
prettyprint.sections

Inputs
blocka block


Outputs
None

Word description
Recursively output all children of the given block. The continuation is restored and output terminates if the line length is exceeded; this test is performed in fresh-line.

Definition