unless-empty-block ( block quot: ( block -- ) -- )


Vocabulary
prettyprint.sections

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


Outputs
None

Word description
If the block has child sections, calls the quotation, otherwise does nothing.

Definition