summaryrefslogtreecommitdiffstats
path: root/languages/pascal/file_templates/pas-unit
blob: 98b52e50f7303831377dcc0803afb93e1bd23b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
   Pascal unit: $MODULE$

   Description:
   Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$
   Copyright: See COPYING file that comes with this distribution
}

unit $MODULE$;

interface

implementation

initialization

finalization

end.