Namespaces
- Updated2025-04-30
- 1 minute(s) read
Namespaces are used to uniquely identify objects in object-oriented programming languages and assign them to a structure.
For this reason, namespaces are usually displayed in the form of a tree structure. The individual nodes of this tree structure are appended to each other with a unique separator to form the path to a particular object.
End objects of a namespace are created in PAtools in global classes. In principle, you create these global classes according to the general PAscript rules for classes.