- 2.2.7.2 -
TMT Pascal Language Description
![](images/1.gif)
Pascal Language Structure
![](images/1.gif)
![](images/1.gif)
DeclarationsLabel Declarations
TMT Pascal statements may be labeled with one of two types of labels.
A label can either be a positive integer number (0...2147483647)
or an identifier. Before using labels in your code, a label must be declared.
A label declaration is preceded by the label reserved word.
label
identifier [,identifier];
![Previous: Type Declarations](images/prev.gif) |
![To the Table of Content](images/index.gif) |
![Next: Constant Declarations](images/next.gif) |
Type Declarations |
Table of Content |
Constant Declarations |
- 2.2.7.2 -