Files
golang.go/doc
Robert Griesemer ab26623182 spec: clarify default "true" condition/tag in for/switch statements
An absent condition/tag in for and switch statements is equivalent
to the predeclared constant true; not simply the expression true
(which might lead to a locally defined true).

Not a language change.

Fixes #7404.

LGTM=iant, r
R=r, iant, rsc, ken
CC=golang-codereviews
https://golang.org/cl/68150046
2014-02-25 09:13:37 -08:00
..
2013-11-13 21:29:34 -05:00
2013-10-15 18:41:23 +11:00
2014-01-01 00:00:22 +11:00
2014-02-11 09:26:34 +11:00