home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e050 / 1.ddi / HELLO1.OPS < prev    next >
Encoding:
Text File  |  1986-08-19  |  96 b   |  9 lines

  1. module hello1 (start)
  2. {
  3.  
  4. procedure start()
  5.   {
  6.     write() |Hello world|, '\n';
  7.   };
  8.  
  9. };