home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PJ8_3.ZIP / TEST2.PAS < prev    next >
Pascal/Delphi Source File  |  1990-02-15  |  120b  |  9 lines

  1. (* test2.pas -- (c) 1989 by Tom Swan *)
  2.  
  3. program test2;
  4. uses uprogram, ufiles, uhelp, unew;
  5. begin
  6.    run;
  7. end.
  8.  
  9.