home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / mahjonng / tgmahj12.zip / SOURCE.PAS < prev    next >
Pascal/Delphi Source File  |  1993-07-12  |  425b  |  14 lines

  1.  
  2.  
  3. begin
  4.    writeln(' The TEGL Games are written entirely in Pascal and Assembler ');
  5.    writeln(' with the complete source available for only $50 (you will need ');
  6.    writeln(' the TEGL Windows Toolkit R3.0 to re-compile them).');
  7.    writeln;
  8.    writeln(' Please see the ORDER.DOC for more info.');
  9.    writeln;
  10.    writeln(' Regards,');
  11.    writeln(' Richard Tom');
  12.    writeln(' TEGL Systems Corporation');
  13. end.
  14.