What can the community do to help D?
Walter Bright
newshound2 at digitalmars.com
Sun Oct 24 10:19:52 PDT 2010
Kagamin wrote:
> Peter Alexander Wrote:
>
>> For example, a recent bug regards the validity of:
>>
>> void main() { { static int x; } { static int x; } }
>
> Code is obviously valid. Storage has nothing to do with visibility. In fact,
> local static variables were introduced in order to shrink scope of global
> variables.
Yes, I agree that should be valid.
More information about the Digitalmars-d
mailing list