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

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