Mercurial > hg > octave-nkf
changeset 2178:90d5f2aabd46
[project @ 1996-05-13 16:48:52 by jwe]
author | jwe |
---|---|
date | Mon, 13 May 1996 16:48:52 +0000 |
parents | 0bddc913621b |
children | 45052dc60643 |
files | src/pt-fcn.cc |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/pt-fcn.cc +++ b/src/pt-fcn.cc @@ -546,6 +546,11 @@ void symbols_of_pt_fcn (void) { + DEFVAR (default_return_value, Matrix (), 0, 0, + "the default for value for unitialized variables returned from\n\ +functions. Only used if the variable initialize_return_values is\n\ +set to \"true\"."); + DEFVAR (define_all_return_values, 0.0, 0, define_all_return_values, "control whether values returned from functions should have a\n\ value even if one has not been explicitly assigned. See also\n\