- 2.2.9.2 -
TMT Pascal Language Description

Pascal Language Structure


StatementsCompound 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.
 |
 |
 |
Assigments |
Table of Content |
Case Statement |
- 2.2.9.2 -