<!-- title The Go Programming Language Specification -->
-<!-- subtitle Version of Sep 24, 2010 -->
+<!-- subtitle Version of Sep 27, 2010 -->
<!--
TODO
spaces (U+0020), horizontal tabs (U+0009),
carriage returns (U+000D), and newlines (U+000A),
is ignored except as it separates tokens
-that would otherwise combine into a single token. Also, a newline
+that would otherwise combine into a single token. Also, a newline or end of file
may trigger the insertion of a <a href="#Semicolons">semicolon</a>.
While breaking the input into tokens,
the next token is the longest sequence of characters that form a