Previous: Assigments To the Table of Content Next: Case Statement

- 2.2.9.2 -
TMT Pascal Language Description
Pascal Language Structure
Statements

Compound Statements

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: Assigments To the Table of Content Next: Case Statement
Assigments Table of Content Case Statement

- 2.2.9.2 -