gplprog.pt 817 B

123456789101112131415161718192021222324252627282930313233
  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.1 2000-07-13 09:48:36 michael
  19. + Initial import
  20. Revision 1.4 2000/06/07 06:17:14 pierre
  21. * New templates from Gabor
  22. Revision 1.1 1999/02/19 15:37:26 peter
  23. + init
  24. }