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
/
args
/
args-9.m
< prev
next >
Wrap
Text File
|
1996-09-28
|
136b
|
6 lines
1;
function [x, y, z] = f (a, b, c, d, e)
printf ("nargin: %d, nargout: %d\n", nargin, nargout);
endfunction
[s, t] = f (1, 2, 3, 4);