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-3.m < prev    next >
Text File  |  1996-09-28  |  79b  |  7 lines

  1. x = 2;
  2. if (eye (2))
  3.   printf ("fail\n");
  4. elseif (x)
  5.   printf ("pass\n");
  6. endif
  7.