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 / global / global-2.m < prev    next >
Text File  |  1996-09-28  |  58b  |  7 lines

  1. global G = 1;
  2. function f ()
  3.   global G;
  4.   G
  5. endfunction
  6. f
  7.