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

  1. x = 7;
  2. if (strcmp ("\a", setstr (x)))
  3.   printf ("ok\n");
  4. endif
  5.