Hack on the docs a bit.

This commit is contained in:
Bob Nystrom
2014-01-30 06:51:52 -08:00
parent a5e65faf0d
commit f2aeb30b31
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,