scope() statements and return

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Fri Oct 3 23:28:43 PDT 2014


On Sat, 04 Oct 2014 05:58:47 +0000
Ola Fosheim Grostad via Digitalmars-d <digitalmars-d at puremagic.com>
wrote:

> Nah, it is a matter of ad hoc design and implementation that 
> needs more rigour.
something like 'final try' can be fun. 'try' says that it can catch
only some kinds of exceptions, and 'final try' promises that there will
be no exceptions that aren't in catch() block.

besides, any exception that 'final try' is not catching should abort
the process.

do you mind to fill ER? it will be rejected, but hey, we can start a
little competiion here! ;-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20141004/a400005b/attachment.sig>


More information about the Digitalmars-d mailing list