OTX Reference
|
|
Local variables and constants More...
Public Attributes | |
ConstantDeclaration | constant |
Local constant More... | |
VariableDeclaration | variable |
Local variable More... | |
Local variables and constants
The local declaration block allows for declaring constants
and variables
which are visible only for the declaring Procedure. The syntactical order of variable
and constant
declarations is semantically irrelevant. Constants
and variables
have Procedure wide scope. LocalDeclarations
allows declaring an arbitrary number of local constants
and variables
(by utilizing <xsd:choice> [1..*]).
ConstantDeclaration OpenTestSystem.Otx.Core.Declarations.LocalDeclarations.constant |
Local constant
VariableDeclaration OpenTestSystem.Otx.Core.Declarations.LocalDeclarations.variable |
Local variable