pprint-sections ( block advancer -- )


Vocabulary
prettyprint.sections

Inputs
blocka block
advancera quotation with stack effect ( block -- )


Outputs
None

Word description
Prints child sections of a block, ignoring any line-break sections. The advancer quotation is called between every pair of sections.

Definition