42 print_raw (os, pr_as_read_syntax, pr_orig_text);
49 os << ((pr_as_read_syntax || pr_orig_text) ?
"@" :
"") <<
nm;
64 error (
"invalid number of output arguments for function handle expression");
107 param_list ? param_list->
dup (new_scope, 0) : 0,
108 ret_list ? ret_list->
dup (new_scope, 0) : 0,
109 cmd_list ? cmd_list->
dup (new_scope, 0) : 0);
123 if (parent_scope < 0)
124 parent_scope = curr_fcn->scope ();
128 if (curr_fcn->is_class_method () || curr_fcn->is_class_constructor ())
183 error (
"invalid number of output arguments for anonymous function handle expression");
207 ret_list ? ret_list->
dup (new_scope, 0) : 0,
208 cmd_list ? cmd_list->
dup (new_scope, 0) : 0,