Changes between Version 2 and Version 3 of NotationExplaination


Ignore:
Timestamp:
2017-09-11 13:48:38 (8 years ago)
Author:
archibald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NotationExplaination

    v2 v3  
    55in short ... 
    66 
    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{{{ 
     10NAMESPACE $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] 
    815 
    916{{{ 
     
    1421}}} 
    1522 
    16 *CLASS <className>* declares a class (though not any instances), below which are listed the attributes that instances of the class are constructed from eg. 
     23*CLASS <className>* declares a class (though not any instances), below which are listed the attributes that instances of the class are constructed from eg. [wiki:ClassDefinition see class] 
    1724 
    1825{{{