docs: add documentation for conditional operator, fibers, break statements, and ranges; remove placeholder usage page

This commit is contained in:
Bob Nystrom
2014-04-11 17:45:20 +00:00
parent 5140d096a1
commit 71783400ae
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