]> Cypherpunks repositories - gostls13.git/commit
go_spec.html: clarify rune and string literals
authorRob Pike <r@golang.org>
Wed, 29 Aug 2012 21:46:57 +0000 (14:46 -0700)
committerRob Pike <r@golang.org>
Wed, 29 Aug 2012 21:46:57 +0000 (14:46 -0700)
commit9dfc6f6427b4b44d5684dad1ae5cea45a82821ee
tree691cbe0e6fb596b60571ec5014feb7e34183b83c
parentbdf6a43e233bd7ef64dfbfa93d538efb934589db
go_spec.html: clarify rune and string literals
No changes to the meaning, just clearer language and more
examples, including illegal rune and string literals.
In particular, "character literal" and "character constant"
are now called "rune literal" and "rune constant" and the
word "character" always refers to the source text, not
program values.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/6448137
doc/go_spec.html