- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Goto_statements (0.1 sec)
-
doc/go1.17_spec.html
<p> Labels are declared by <a href="#Labeled_statements">labeled statements</a> and are used in the <a href="#Break_statements">"break"</a>, <a href="#Continue_statements">"continue"</a>, and <a href="#Goto_statements">"goto"</a> statements. It is illegal to define a label that is never used. In contrast to other identifiers, labels are not block scoped and do not conflict with identifiers that are not labels. The scope of a label
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0) -
doc/go_spec.html
<p> Labels are declared by <a href="#Labeled_statements">labeled statements</a> and are used in the <a href="#Break_statements">"break"</a>, <a href="#Continue_statements">"continue"</a>, and <a href="#Goto_statements">"goto"</a> statements. It is illegal to define a label that is never used. In contrast to other identifiers, labels are not block scoped and do not conflict with identifiers that are not labels. The scope of a label
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)