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-8.m
< prev
next >
Wrap
Text File
|
1996-09-28
|
100b
|
12 lines
1;
function f ()
global H = 1;
endfunction
f;
function g ()
global H;
H
endfunction
clear H
g