home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / octave-1.1.1-src.lha / octave-1.1.1 / test / octave.test / eval / eval-6.m < prev    next >
Encoding:
Text File  |  1995-01-03  |  70 b   |  6 lines

  1. function y = f ()
  2.   eval ("flipud = 2;");
  3.   y = flipud;
  4. endfunction
  5. f
  6.