docs: add classes documentation content, usage page stub, and fix page title in template
Add full introductory content to the classes documentation page covering class definition, inheritance, and the Object superclass. Create a new usage documentation page with a TODO placeholder. Update the HTML page title format from "wren {title}" to "Wren - {title}" and add a navigation link to the new usage page.
This commit is contained in:
@@ -51,7 +51,7 @@ Variables can be declared using `var`:
|
||||
|
||||
## Method calls
|
||||
|
||||
Wren is a deeply object-oriented language, so most code consists of method calls. They look pretty familiar:
|
||||
Wren is object-oriented, so most code consists of method calls. They look like this:
|
||||
|
||||
:::wren
|
||||
io.write("hello")
|
||||
|
||||
Reference in New Issue
Block a user