home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a016 / 1.ddi / PAS / LIMERICK.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1992-03-15  |  136 b   |  12 lines

  1.  
  2. module limtest;
  3.  
  4. procedure limerick;
  5.  
  6. begin
  7.    write ('There was a young lady from');
  8.    writeln (' Microsoft');
  9. end;
  10.  
  11. end.
  12.