With a regular function, if you don't suspend or return a value, you get the
same effect as if you had the line
  fail
at the end of your procedure.

With a class constructor (if I understand correctly), you implicitly 
have the line
  return self
at the end of the initially clause.

Suppose the invoker passes bad parameters.  How do I make the constructor
fail rather than producing the value of self?  Can I simply put 
  fail
into code handling this condition?

Thank you.

_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to