comparison src/help.cc @ 13749:62d1f56b0be7

New nthargout function * nthargout.m: New function. * func.txi (Multiple Return Values): document nthargout. * module.mk (general_FCN_FILES): Add nthargout.m * help.cc (varargin, varargout): Cross-reference other arg functions. * ov-user-fucn.cc (nargin, nargout, isargout): Ditto. * NEWS (3.6): Mention this new file.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 25 Oct 2011 09:46:38 -0700
parents 0c69a564f2be
children 59e5f8e1d516
comparison
equal deleted inserted replaced
13748:77857d6fe074 13749:62d1f56b0be7
727 727
728 pair_type ("varargin", 728 pair_type ("varargin",
729 "-*- texinfo -*-\n\ 729 "-*- texinfo -*-\n\
730 @deftypefn {Keyword} {} varargin\n\ 730 @deftypefn {Keyword} {} varargin\n\
731 Pass an arbitrary number of arguments into a function.\n\ 731 Pass an arbitrary number of arguments into a function.\n\
732 @seealso{varargout, nargin, nargout}\n\ 732 @seealso{varargout, nargin, isargout, nargout, nthargout}\n\
733 @end deftypefn"), 733 @end deftypefn"),
734 734
735 pair_type ("varargout", 735 pair_type ("varargout",
736 "-*- texinfo -*-\n\ 736 "-*- texinfo -*-\n\
737 @deftypefn {Keyword} {} varargout\n\ 737 @deftypefn {Keyword} {} varargout\n\
738 Pass an arbitrary number of arguments out of a function.\n\ 738 Pass an arbitrary number of arguments out of a function.\n\
739 @seealso{varargin, nargin, nargout}\n\ 739 @seealso{varargin, nargin, isargout, nargout, nthargout}\n\
740 @end deftypefn"), 740 @end deftypefn"),
741 741
742 pair_type ("while", 742 pair_type ("while",
743 "-*- texinfo -*-\n\ 743 "-*- texinfo -*-\n\
744 @deftypefn {Keyword} {} while\n\ 744 @deftypefn {Keyword} {} while\n\