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-5.m < prev    next >
Text File  |  1996-09-28  |  77b  |  9 lines

  1. 1;
  2. function f ()
  3.   global H = 1;
  4. endfunction
  5. function g ()
  6.   H
  7. endfunction
  8. g
  9.