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.