home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland Pascal with Objects 7.0 / 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.