Liste des Groupes | Revenir à se design |
In article <vdbgch$1ob5k$1@dont-email.me>,
Don Y <blockedofcourse@foo.invalid> wrote:How does (e.g., Windows) tolerate/differentiate betweenThis is not a Windows question. It is a language question.
multiple *identical* identifiers in a given namespace/context?
>
And, what *value* to supporting this capability?
>
C
C is weird. Some identifiers can be declared multiply
as forward. You can have the same name sometimes for
things that are of different type. Not to speak of macro's
Pascal
If you declare multiple identifiers in the same namespace
you are hit on the head. You can have nested namespaces
and there is no conflict, the inner namespace counts.
Forth
You can use the same name for multiple objects.
The name last defined counts. You get at most a warning.
Groetjes Albert
Les messages affichés proviennent d'usenet.