gplunit.pt 694 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. $Id: gplunit.pt,v 1.2 2002/09/07 15:40:47 peter Exp $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. unit $PROMPT('unit');
  13. interface
  14. uses $PROMPT('uses');
  15. const
  16. type
  17. var
  18. implementation
  19. end.