Redesign site.

This commit is contained in:
Bob Nystrom
2014-04-14 21:23:46 -07:00
parent f03895b17e
commit 2567c4846e
24 changed files with 341 additions and 175 deletions

View File

@ -1,4 +1,5 @@
^title Classes
^category types
Every value in Wren is an object, and every object is an instance of a class.
Even `true` and `false` are full-featured objects—instances of the `Bool` class.
@ -147,3 +148,5 @@ Constructors, however, initialize the instance *after* it has been created. They
## Superclass method calls
**TODO**
**TODO: this**