Difference between revisions of "Core.Declarations"

From emotive
Jump to navigation Jump to search
 
(4 intermediate revisions 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:
  
* [[OtxGlobalDeclarations|Global Declarations]]
+
* [[Core.Declarations.GlobalDeclarations|Global 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 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.