comparison 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
comparison
equal deleted inserted replaced
2941:b779a5b8aed4 2942:026f342c2019
103 { val.maybe_mutate (); } 103 { val.maybe_mutate (); }
104 104
105 void print (ostream& os, bool pr_as_read_syntax = false, 105 void print (ostream& os, bool pr_as_read_syntax = false,
106 bool pr_orig_txt = true); 106 bool pr_orig_txt = true);
107 107
108 void print_raw (ostream& os, bool pr_as_read_syntax = false,
109 bool pr_orig_txt = true);
110
108 octave_value eval (bool print = false); 111 octave_value eval (bool print = false);
109 112
110 octave_value_list eval (bool, int, const octave_value_list&); 113 octave_value_list
114 eval (bool print, int nargout, const octave_value_list& args);
111 115
112 // Store the original text corresponding to this constant for later 116 // Store the original text corresponding to this constant for later
113 // pretty printing. 117 // pretty printing.
114 118
115 void stash_original_text (const string& s) 119 void stash_original_text (const string& s)