mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Merge pull request #259 from minirop/import-keyword
added missing "import" keyword
This commit is contained in:
@ -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:
|
one lump. If you're one of those folks, here you go:
|
||||||
|
|
||||||
:::dart
|
:::dart
|
||||||
break class else false for foreign if in is new
|
break class else false for foreign if import in is
|
||||||
null return static super this true var while
|
new null return static super this true var while
|
||||||
|
|
||||||
## Identifiers
|
## Identifiers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user