Global const variables

Jonathan M Davis via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Oct 21 10:12:25 PDT 2014


On Tuesday, 21 October 2014 at 17:00:49 UTC, Meta wrote:
> There is no such thing as global scope in D.

While that's technically true (and very good for avoiding symbol 
conflicts), modules at the module level are still typically 
referred to as global variables.



More information about the Digitalmars-d-learn mailing list