Unit Identifier; |
{ Heading } |
Interface |
{ Public symbols } |
Uses
...; Const
...; Type
...; Var
...; Procedure ...;
... Function ...;
... |
{ Uses clause } { Constants } { Types } { Variables } { Procedures } { Functions } |
Implementation |
{ Private symbols } |
Uses
...; Label
...; Const
...; Type
...; Var
...; Procedure ...;
... Function ...;
... |
{ Uses clause } { Labels } { Constants } { Types } { Variables } { Procedures } { Functions } |
Begin |
{ Initialization } |
Statement;
...
Statement; |
{ Statements } |
End. |
|