Commit de921996 authored by Rob Pike's avatar Rob Pike

spec: clarify "continue" with label. the text was obvious in intent but

inaccurate in meaning.

R=gri
CC=golang-dev
https://golang.org/cl/964045
parent 1331f8b3
......@@ -4217,7 +4217,10 @@ ContinueStmt = "continue" [ Label ] .
</pre>
<p>
The optional label is analogous to that of a "break" statement.
If there is a label, it must be that of an enclosing
"for" statement, and that is the one whose execution
advances
<a href="#For_statements">For statements</a>).
</p>
<h3 id="Goto_statements">Goto statements</h3>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment