Previous: 2.2.9.1. Assigments To the Table of Contents Next: 2.2.9.3. Case Statement
2.2.9.1. Assigments Table of Contents 2.2.9.3. Case Statement

- 2.2.9.2. -
Table of Contents
2. TMT Pascal Language Description
2.2. Pascal Language Structure
2.2.9. Statements
2.2.9.2. Compound Statement


2.2.9.2. Compound Statement


Compound statements are comprised of single statements preceded by begin and followed by end. Compound statements take the following form:
begin [statement[; statement]] end
Compound statements allow one to place two or more statements wherever a statement is called for within another statement.


Previous: 2.2.9.1. Assigments To the Table of Contents Next: 2.2.9.3. Case Statement
2.2.9.1. Assigments Table of Contents 2.2.9.3. Case Statement

- 2.2.9.2. -