Previous Table of Contents "New C Standard" commentary
labeled-statement: identifier : statement case constant-expression : statement default : statement
1723
A
1724
Further constraints on such labels are discussed under the
1725 Label names shall be unique within a function.
1726 Any statement may be preceded by a prefix that declares an identifier as a label name.
1727 Labels in themselves do not alter the flow of control, which continues unimpeded across them.
1728
Forward references:
the
Next
Created at: 2008-01-30 02:39:44
The text from WG14/N1256 is copyright © ISO