gplprog.pt 752 B

123456789101112131415161718192021222324252627282930
  1. {
  2. $Id$DATE $TIME peter Exp $
  3. This file is part of $PROMPT('This file is part of')
  4. Copyright (c) $DATE('yyyy') by $PROMPT('Your name')
  5. $PROMPT('Description of file')
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. **********************************************************************}
  12. program $PROMPT('program');
  13. uses $PROMPT('uses');
  14. BEGIN
  15. END.
  16. {
  17. $Log$
  18. Revision 1.4 2000-06-07 06:17:14 pierre
  19. * New templates from Gabor
  20. Revision 1.1 1999/02/19 15:37:26 peter
  21. + init
  22. }