Category:Namespace Variables

From Wiki
Revision as of 10:22, 7 September 2007 by Seg (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Dictionary.com defines a nameSpace as: A set of names in which all names are unique.

in EasyUO terms, a nameSpace is a discreet area of memory that is used for user variables. Within a single nameSpace, each variable is unique regardless of weather the name has been used elsewhere. variables that are created inside a namespace therefore cannot be accessed from outside the nameSpace.

NameSpaced user variables are prefixed with an exclamation point character (!).

The nameSpace system variables hold information about the currently active local or global namespace. Template:Namespace Variables

Pages in category "Namespace Variables"

The following 4 pages are in this category, out of 4 total.