Next: 7.1 Simple statements
Up: 1. The Pascal language
Previous: 6.6 Operators
7. Statements
The heart of each algorithm are the actions it takes. These actions are
contained in the statements of your program or unit. You can label your
statements, and jump to them (within certain limits) with Goto
statements.
This can be seen in the following syntax diagram:
Statements
A label can be an identifier or an integer digit.
Subsections
root
1999-06-10