Difference between revisions of "Core.Declarations"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:OTX '''Declarations''' data model}}Category:OTX-CoreCategory:Declarations For the declaration of constants and variables there are in OTX two different...") |
|||
Line 1: | Line 1: | ||
− | {{DISPLAYTITLE:OTX '''Declarations''' | + | {{DISPLAYTITLE:OTX '''Declarations'''}}[[Category:OTX-Core]][[Category:Declarations]] |
− | For the declaration of constants and variables there are | + | For the declaration of constants and variables, there are two different blocks in OTX: |
* [[OtxGlobalDeclarations|Global Declarations]] | * [[OtxGlobalDeclarations|Global Declarations]] | ||
* [[OtxLocalDeclarations|Local Declarations]] | * [[OtxLocalDeclarations|Local Declarations]] | ||
− | + | An OTX document has a global block with a valid range of the whole document and a local block with a valid range of a procedure to declare elements inside. |
Revision as of 10:51, 9 September 2014
For the declaration of constants and variables, there are two different blocks in OTX:
An OTX document has a global block with a valid range of the whole document and a local block with a valid range of a procedure to declare elements inside.