Category:Namespace Variables

From Wiki
Revision as of 01:40, 29 November 2005 by Kedrick Valorite (Talk | contribs)

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.

Pages in category "Namespace Variables"

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