home *** CD-ROM | disk | FTP | other *** search
/ Falcon 030 Power 2 / F030_POWER2.iso / ST_STE / MAGS / ICTARI08.ARJ / ictari.08 / C / PROGRAMS / FORLOOP.C < prev    next >
Text File  |  1986-11-11  |  256b  |  10 lines

  1. /* This is an example of a for loop */
  2.  
  3. main()
  4. {
  5. int index;
  6.  
  7.    for(index = 0;index < 6;index = index + 1)
  8.      printf("The value of the index is %d\n",index);
  9. }
  10. əəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəə