Descriptionspec: 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 issue 7404.
Patch Set 1 #Patch Set 2 : diff -r e56c848d6c75 https://code.google.com/p/go #Patch Set 3 : diff -r e56c848d6c75 https://code.google.com/p/go #
Total comments: 1
Patch Set 4 : diff -r 86be37c8d562 https://code.google.com/p/go/ #Patch Set 5 : diff -r 86be37c8d562 https://code.google.com/p/go/ #MessagesTotal messages: 7
|