<postamble>

In a <program>, the <postamble> tag holds text that comes after the main <code> block. Use it for cleanup, driver code, or output statements that should be shown after the primary listing.

Like <preamble>, <postamble> belongs to the internal structure of a program listing and may use a visible attribute to control whether it is displayed.

Syntax

Attributes

Attributes for <postamble>
AttributeRequired?Values
visible = "…"optional"yes""no"

Children

The following may appear as children: Text

Parents

This element may appear as an immediate child of the following elements: <program>

Examples