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...") |
|||
(5 intermediate revisions by 2 users not shown) | |||
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: |
− | * [[ | + | * [[Core.Declarations.GlobalDeclarations|Global Declarations]] |
− | * [[ | + | * [[Core.Declarations.LocalDeclarations|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. |
Latest revision as of 02:20, 17 February 2016
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.