R=gri, r
CC=golang-dev
https://golang.org/cl/294042
<p>
Except as noted, values of any type may be compared to other values of
<a href="#Type_compatibility">compatible static type</a>.
-Values of numeric and string type may be compared using the
+Values of integer, floating-point, and string type may be compared using the
full range of <a href="#Comparison_operators;">comparison operators</a>;
-booleans may be compared only for equality or inequality.
+booleans and complex values may be compared only for equality or inequality.
</p>
<p>