Difference between revisions of "Category:Namespace Commands"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category: Commands]]
 
[[Category: Commands]]
Namespace commands
+
 
 +
 
 +
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.
 +
 
 +
namespace user variables are prefixed with an exclamation point character (!).

Revision as of 01:39, 29 November 2005


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.

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

Pages in category "Namespace Commands"

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