home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / sampler / 03 / exit / demoexit.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1987-10-19  |  97 b   |  6 lines

  1. PROGRAM DemoExit;
  2. USES UnitA, UnitB, UnitC;
  3. BEGIN
  4.    Writeln( 'Welcome to DemoExit' )
  5. END.
  6.