next up previous contents index
Next: Simple statements Up: The Pascal language Previous: Operators

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

syntdiag3137

A label can be an identifier or an integer digit.




next up previous contents index
Next: Simple statements Up: The Pascal language Previous: Operators

Michael Van Canneyt
Fri Sep 25 09:15:40 MEST 1998