making args global

James Miller james at aatch.net
Tue Apr 3 15:57:55 PDT 2012


On 4 April 2012 10:32, jicman <cabrera at wrc.xerox.com> wrote:
> How can I make args global?
>
> thanks,

In D, technically the only way is to use Runtime, as Andrej mentioned.

As an aside, it is worth noting there is no global scope in D, module
is as high as you go.


More information about the Digitalmars-d-learn mailing list