Difference between revisions of "Core.Declarations"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
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.Declarations. | + | * [[Core.Declarations.GlobalDeclarations|Global Declarations]] |
− | * [[Core.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. | 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.