Is there any way to define variables in an outer scope from an inner scope? I was thinking

```d
void main()
{
    int .y = 3;
}
```
would work, but it doesn't.

Reply via email to