7 | | *SINGLETON <singletonName>* declares a singleton (both class and instance definition), below which are listed the attributes that the singleton are constructed from eg. |
| 7 | *NAMESPACE <spaceName> - <includedNameSpaces>* declares the namespace this definition is to be included eg. [wiki:Namespaces see namespaces] |
| 8 | |
| 9 | {{{ |
| 10 | NAMESPACE $project:tdx - system:lang // creates or uses a namespace based in the current project called tdx |
| 11 | // and includes the language system based namespace |
| 12 | }}} |
| 13 | |
| 14 | *SINGLETON <singletonName>* declares a singleton (both class and instance definition), below which are listed the attributes that the singleton are constructed from eg. [wiki:SingletonDefinition see singleton] |