docs: add documentation for conditional operator, fibers, break statements, and ranges; remove placeholder usage page
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user