Docs docs docs.

This commit is contained in:
Bob Nystrom
2014-04-11 10:45:20 -07:00
parent 634e4396cb
commit cd75e17f0d
9 changed files with 189 additions and 78 deletions
+6 -2
View File
@@ -26,8 +26,12 @@ 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 if in is
null return static this true var while
break class else for if in is return static var while
Wren also has a few predefined identifiers:
:::dart
false null this true
## Statement terminators