Difference between revisions of "Core.Declarations"

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