Mercurial > hg > octave-nkf
diff src/pt-const.h @ 2942:026f342c2019
[project @ 1997-05-08 02:20:57 by jwe]
author | jwe |
---|---|
date | Thu, 08 May 1997 02:28:50 +0000 |
parents | 1a30f46e1870 |
children | 56be458e237f |
line wrap: on
line diff
--- a/src/pt-const.h +++ b/src/pt-const.h @@ -105,9 +105,13 @@ void print (ostream& os, bool pr_as_read_syntax = false, bool pr_orig_txt = true); + void print_raw (ostream& os, bool pr_as_read_syntax = false, + bool pr_orig_txt = true); + octave_value eval (bool print = false); - octave_value_list eval (bool, int, const octave_value_list&); + octave_value_list + eval (bool print, int nargout, const octave_value_list& args); // Store the original text corresponding to this constant for later // pretty printing.