DMD 0.148 - scope guard

Dawid Ciężarkiewicz dawid.ciezarkiewicz at gmail.com
Mon Feb 27 14:16:38 PST 2006


Chris Miller wrote:

> This format looks good to me:
> 
> scope(exit)  foo();
> scope(success)  bar();
> scope(failure)  baz();

Yeap. It's nice. Maybe s/success/pass/ s/failure/fail/ would even improve it
a little.



More information about the Digitalmars-d mailing list