<p>
<span class="alert">TODO: Unify this section with Selectors - it's the same syntax.</span>
</p>
---->
+-->
<h3 id="Composite_literals">Composite literals</h3>
<span class="alert">
TODO: Specify what happens to receivers.
</span>
---->
+-->
<h3 id="Indexes">Indexes</h3>
<span class="alert">TODO: Probably in a separate section, communication semantics
need to be presented regarding send, receive, select, and goroutines.</span>
</p>
---->
+-->
<h3 id="Method_expressions">Method expressions</h3>
overflow etc. errors being caught.
</span>
</p>
---->
+-->
<h3 id="Order_of_evaluation">Order of evaluation</h3>
<li>
For channels, the iteration values produced are the successive values sent on
the channel until the channel is closed
-(§<a href="#Close"><code>close</code>).
+(§<a href="#Close"><code>close</code></a>).
</li>
</ol>
function/method invocation<br />
</span>
</p>
---->
+-->
<h3 id="Break_statements">Break statements</h3>
the creation of <code>v</code>.
<!---
(<span class="alert">TODO: Eliminate in favor of used and not set errors?</span>)
---->
+-->
</p>
<h3 id="Fallthrough_statements">Fallthrough statements</h3>