Node:Label Declaration, Next:Constant Declaration, Previous:The Program, Up:Source Structures
A label declaration has the following look:
label label_name, ..., label;
A label declaration part starts with the reserved word label
,
which contains a list of labels.