home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / progscal / ptutor2b / writesm.pas < prev   
Encoding:
Pascal/Delphi Source File  |  1988-01-15  |  106 b   |  7 lines

  1. program Kitty_Cat;
  2.  
  3. begin
  4.    Writeln('This program');
  5.    Writeln('actually does something.');
  6. end.
  7.