home *** CD-ROM | disk | FTP | other *** search
- (* ------------------------------------------------------ *)
- (* PPDEMO.PAS *)
- (* (c) 1990 Dietmar Meisel & TOOLBOX *)
- (* ------------------------------------------------------ *)
- PROGRAM PPdemo;
-
- USES PPath;
-
- BEGIN
- WriteLn(ProgPath);
- END.
- (* ------------------------------------------------------ *)
- (* Ende von PPDemo.PAS *)