1
0
forked from Mirror/wren

Merge pull request #259 from minirop/import-keyword

added missing "import" keyword
This commit is contained in:
Bob Nystrom
2015-04-22 07:46:13 -07:00

View File

@ -28,8 +28,8 @@ Some people like to see all of the reserved words in a programming language in
one lump. If you're one of those folks, here you go:
:::dart
break class else false for foreign if in is new
null return static super this true var while
break class else false for foreign if import in is
new null return static super this true var while
## Identifiers