gplprog.pt 909 B

123456789101112131415161718192021222324252627282930313233343536
  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 2001-08-04 11:30:24 peter
  19. * ide works now with both compiler versions
  20. Revision 1.1 2000/07/13 09:48:36 michael
  21. + Initial import
  22. Revision 1.4 2000/06/07 06:17:14 pierre
  23. * New templates from Gabor
  24. Revision 1.1 1999/02/19 15:37:26 peter
  25. + init
  26. }