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 / contin / contin-11.m < prev    next >
Text File  |  1996-09-28  |  216b  |  12 lines

  1. 1;
  2. function f (a,...
  3.             b,  ...
  4.             c,  ...   % comments ok
  5.             x,  # continuation characters not required in parens
  6.             y,  \# but they should work too.
  7.             z)
  8.  
  9.   1
  10. end
  11. f ()
  12.