div0 <[email protected]> wrote:
Actually C# does have global variables; any public static member of a class is a global variable.
And here we are down to arguing semantics. Is a variable global if it does not pollute the global namespace? I believe this to have been Alex's intention, and it is a fairly common definition of global variable. One could certainly argue otherwise, but I hardly see the value in such a discussion, be the truth this way or the other. Simen
