- 2.2.7.2 -
TMT Pascal Language Description

Pascal Language Structure


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];
  | 
  | 
  | 
| Type Declarations | 
Table of Content | 
Constant Declarations | 
- 2.2.7.2 -