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

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