Difference between revisions of "Core.Declarations"

From emotive
Jump to navigation Jump to search
m (Hb moved page OtxDeclarations to Core.OtxDeclarations: #3153)
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:
  
* [[OtxGlobalDeclarations|Global Declarations]]
+
* [[Core.OtxDeclarations.OtxGlobalDeclarations|Global Declarations]]
* [[OtxLocalDeclarations|Local Declarations]]
+
* [[Core.OtxDeclarations.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 04:47, 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.