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 / if / if-1.m next >
Text File  |  1996-09-28  |  54b  |  6 lines

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