home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-src.tgz / tar.out / fsf / octave / test / octave.test / while / while-1.m next >
Text File  |  1996-09-28  |  61b  |  6 lines

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