docs: add TODO note to refactor classes and method-calls documentation with operator examples
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
^title Classes
|
||||
|
||||
**TODO: Refactor `method-calls` and `classes` into using and creating classes.**
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user