Re: The :: operator, and "global"



One final (minor) point....

> MSDN on the "::" operator says that it
> is placed between two identifiers

Note that is says "identifier" and not "keyword".

Technically, global is not a keyword (neither are get, set, value, partial,
alias, add, remove, where, yield).
.



Relevant Pages

  • Re: Fortran 77 parser
    ... Once again I'm surprised that Sale's algorithm isn't being used (and ... "Open context" means a symbol ... must begin with a keyword. ... going to allow identifiers longer that six characters, ...
    (comp.lang.fortran)
  • Re: "as" keyword woes
    ... could be identifiers, so you could have code like: ... because the syntax precludes ambiguity, but it's the only such word ... I guess I'm -1 for full PL/1 craziness, but +1 for qualified keyword ...
    (comp.lang.python)
  • Re: yield_all needed in Python
    ... >complement the current yield statement instead of adding a new keyword. ... but new keywords for minor syntactic sugar seems ...
    (comp.lang.python)
  • Re: Yield should be renamed call_block
    ... languages for example in CLU. ... keyword will be removed from the language, and you will access blocks ... to the OP, Of course with your won individual modules/libraries loaded/required, you can alias yield to be whatever isn't already taken by something else. ...
    (comp.lang.ruby)
  • Re: using of "@" before classname
    ... public class @MyClass ... can anyone please help me to know that when and why we use this keyword ... It allows reserved words to be used as identifiers. ...
    (microsoft.public.dotnet.languages.csharp)