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 / for / for-1.m next >
Text File  |  1996-09-28  |  49b  |  5 lines

  1. for i = 1
  2.   printf ("%d", i);
  3. end
  4. printf ("\n");
  5.