DMD 0.148 - scope guard

Bruno Medeiros daiphoenixNO at SPAMlycos.com
Mon Feb 27 09:29:52 PST 2006


Walter Bright wrote:
> "Derek Parnell" <derek at psych.ward> wrote in message 
> news:op.s5j942tp6b8z09 at ginger.vic.bigpond.net.au...
>> Does 'scope' mean any type scope, and not just function scope? For 
>> example, can it include module scope? ... if/while/for/foreach scope? ... 
>> block scope?
> 
> Yes.
> 

On module scope? No, it doesn't actually work on module scope, right? 
Wouldn't make sense, as a module scope is a declaration scope, and not a 
instruction scope/block.

-- 
Bruno Medeiros - CS/E student
"Certain aspects of D are a pathway to many abilities some consider to 
be... unnatural."



More information about the Digitalmars-d mailing list