12345678910111213141516171819202122232425262728 |
- {
- $Id$
- <partof>
- Copyright (c) 1998 by <yourname>
- <infoline>
- See the file COPYING.FPC, included in this distribution,
- for details about the copyright.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- **********************************************************************}
- program ;
- uses ;
- BEGIN
- END.
- {
- $Log$
- Revision 1.1 1999-02-19 15:37:26 peter
- + init
- }
|