home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / c04 / 12.img / TASMEXMP.ZIP / TSAMPLE.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1992-10-27  |  59 b   |  5 lines

  1. program TSample;
  2. uses Sample;
  3. begin
  4.   TestSample;
  5. end.