<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
| Attribute | Required? | Values |
|---|---|---|
visible = "…" | optional | "yes""no" |
Children
The following may appear as children: TextParents
This element may appear as an immediate child of the following elements:<program>