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
/
args
/
args-3.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-16
|
114 b
|
7 lines
1;
function [x, y] = f ()
printf ("nargin: %d, nargout: %d\n", nargin, nargout);
x = 2;
endfunction
x = f ();