Commit 6def94ad authored by Robert Griesemer's avatar Robert Griesemer

- added missing keyword 'iota'

SVN=126397
parent c685e1b7
...@@ -313,14 +313,14 @@ type, a function, etc. An identifier must not be a reserved word. ...@@ -313,14 +313,14 @@ type, a function, etc. An identifier must not be a reserved word.
Reserved words Reserved words
---- ----
break fallthrough import return break fallthrough interface return
case false interface select case false iota select
const for map struct const for map struct
chan func new switch chan func new switch
continue go nil true continue go nil true
default goto package type default goto package type
else if range var else if range var
export export import
TODO: "len" is currently also a reserved word - it shouldn't be. TODO: "len" is currently also a reserved word - it shouldn't be.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment