in reply to Re4: Learning how to use the Error module by example
in thread Learning how to use the Error module by example
My return example is contrived, but there are situations where one might want to return from within a try block and it's counterintuitive to have to avoid it. This problem came up in the course of normal use. We were not looking for trouble.