diff options
Diffstat (limited to 'languages/pascal/file_templates/pp-unit')
-rw-r--r-- | languages/pascal/file_templates/pp-unit | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/languages/pascal/file_templates/pp-unit b/languages/pascal/file_templates/pp-unit new file mode 100644 index 00000000..98b52e50 --- /dev/null +++ b/languages/pascal/file_templates/pp-unit @@ -0,0 +1,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. |