1.7 Labels

A label is a name for a location in the source code to which can be jumped from another location with a Goto statement. Labels can be digit sequences or identiers.

_________________________________________________________________________________________________________Label
-- --label--|digit sequence--------------------------------------------
           ---identi  er--
___________________________________________________________________

Remark: The -Sg or -Mtp switches must be specied before labels can be used. By default, Free Pascal doesn't support label and goto statements. The f$GOTO ONg directive can also be used to allow use of labels and the goto statement.