docs: add watchdocs target, stub pages for fibers/lists/maps, fix class example, and move build output to build/docs

This commit is contained in:
Bob Nystrom
2014-01-30 14:51:52 +00:00
parent ea2ec33ce0
commit 1464007327
10 changed files with 32 additions and 15 deletions
-3
View File
@@ -3,9 +3,6 @@
Values are the built-in object types that all other objects are composed of.
They can be created through *literals*, expressions that evaluate to a value.
All value types in Wren are immutable. That means that once created, they
cannot be changed. `3` is always three and `"hi"` is always `"hi"`.
## Booleans
A boolean value represents truth or falsehood. There are two boolean literals,