Difference between revisions of "Core.Declarations"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
For the declaration of constants and variables, there are two different blocks in OTX: | For the declaration of constants and variables, there are two different blocks in OTX: | ||
− | * [[Core. | + | * [[Core.Declarations.OtxGlobalDeclarations|Global Declarations]] |
− | * [[Core. | + | * [[Core.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. | 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 08:18, 4 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.