home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_04 / 8n04096c < prev    next >
Text File  |  1990-03-20  |  212b  |  15 lines

  1.  
  2.  
  3. ************************************************
  4. while (FOREVER) {
  5.    task1();
  6.    task2();
  7.    task1();
  8.    task3();
  9.    task1();
  10.    task4();
  11.    }
  12.  
  13. ******************LISTING 3*********************
  14.  
  15.