Next: , Previous: The Program, Up: Source Structures



6.1.2 Label Declaration

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.

See also

label, goto