Previous: 2.2.7.1. Type Declarations To the Table of Contents Next: 2.2.7.3. Constant Declarations
2.2.7.1. Type Declarations Table of Contents 2.2.7.3. Constant Declarations

- 2.2.7.2. -
Table of Contents
2. TMT Pascal Language Description
2.2. Pascal Language Structure
2.2.7. Declarations
2.2.7.2. Label Declarations


2.2.7.2. Label 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: 2.2.7.1. Type Declarations To the Table of Contents Next: 2.2.7.3. Constant Declarations
2.2.7.1. Type Declarations Table of Contents 2.2.7.3. Constant Declarations

- 2.2.7.2. -