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

  1.  
  2. program test (input,output);
  3.  
  4. procedure limerick; extern;
  5.  
  6. begin
  7.    limerick;
  8. end.
  9.