home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / octave-1.1.1-src.lha / octave-1.1.1 / test / octave.test / while / while-1.m next >
Encoding:
Text File  |  1995-01-03  |  61 b   |  6 lines

  1. i = 0;
  2. while (eye (2))
  3.   i++;
  4.   printf ("%d\n", i);
  5. endwhile
  6.