MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

reraise and other error-handling




I'd definitely go for a reraise statement too.  It'd probably have to be a 
statement, since only statements are checked to see if they're in the proper 
scope (i.e.  continue" can only be called inside a loop), and a reraise 
would only make sense in a try..except..endtry.

I also noticed that a try..except..finally..endtry construct does not 
compile.  It seems you can't mix the two kinds -- a "finally" statement 
can't be seen in a construct when "except" statements are also present.  Was 
this omission accidental or deliberate?



Home | Subject Index | Thread Index