Changes between Version 35 and Version 36 of NameSpaces


Ignore:
Timestamp:
2017-09-12 11:51:44 (8 years ago)
Author:
archibald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NameSpaces

    v35 v36  
    1515=== In TDX === 
    1616'''{{{ NAMESPACE $project }}}''' 
    17  
    1817Puts anything following in the current project context 
    1918 
     
    2120OR[[BR]] 
    2221'''{{{ NAMESPACE subComponent }}}''' 
     22Puts everyting that follows into the project's subComponent namespace 
    2323 
    24 Puts everyting that follows into the project's subComponent namespace 
     24'''{{{ NAMESPACE subComponent - $system:language }}}'''[[BR]] 
     25OR[[BR]] 
     26'''{{{ NAMESPACE subComponent - language }}}'''[[BR]] 
     27Puts everything that follows into the project's subComponent namespace AND incorporates the system defined "language" namespace contents accessible to the project. 
     28 
     29==== NB. ==== 
     30The default namespace is $project and coresponds to the base directory of the current project 
     31The default namespace to be included is $system and coresponds to a file refererd to by the dxiner environment variable. 
     32If any other $name is used, it coresponds to  
     33 
    2534 
    2635=== In VDX ===