Scott Venier
-
2005-06-01
- priority: 5 --> 4
If you have a user-defined function that's missing its
return/value statement, the evaluator gives this error
message:
Expected assignment, function def, type def, or
iteration.
A more helpful error message would be something like
"missing return statement".