home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progc / cujv8c.arj / 8N04097A < prev    next >
Encoding:
Text File  |  1990-03-20  |  240 b   |  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.