Mercurial > hg > octave-nkf
comparison libinterp/octave-value/ov-fcn-handle.cc @ 20711:1f330d33388f
maint: Periodic merge of stable to default.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 22 Sep 2015 04:50:47 -0700 |
parents | c6224b4e7774 1339ad3c9faa |
children | df7d34a1c7e6 |
comparison
equal
deleted
inserted
replaced
20707:bb09279e5c99 | 20711:1f330d33388f |
---|---|
1854 \n\ | 1854 \n\ |
1855 If the optional @qcode{\"global\"} argument is passed, locally visible\n\ | 1855 If the optional @qcode{\"global\"} argument is passed, locally visible\n\ |
1856 functions are ignored in the lookup.\n\ | 1856 functions are ignored in the lookup.\n\ |
1857 \n\ | 1857 \n\ |
1858 Note: @code{str2func} does not currently accept strings which define\n\ | 1858 Note: @code{str2func} does not currently accept strings which define\n\ |
1859 anonymous functions (those which begin with @samp{a}).\n\ | 1859 anonymous functions (those which begin with @samp{@@}).\n\ |
1860 Use @code{eval (@var{str})} as a replacement.\n\ | 1860 Use @w{@code{eval (@var{str})}} as a replacement.\n\ |
1861 @seealso{func2str, inline}\n\ | 1861 @seealso{func2str, inline}\n\ |
1862 @end deftypefn") | 1862 @end deftypefn") |
1863 { | 1863 { |
1864 octave_value retval; | 1864 octave_value retval; |
1865 int nargin = args.length (); | 1865 int nargin = args.length (); |