Node:Label Declaration, Next:, Previous:The Program, Up:Source Structures



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