docs: split monolithic core-library.markdown into per-class docs under doc/site/core/
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
^title Object Class
|
||||
^category core
|
||||
|
||||
### **!** operator
|
||||
|
||||
Returns `false`, since most objects are considered [true](control-flow.html#truth).
|
||||
|
||||
### **==**(other) and **!=**(other) operators
|
||||
|
||||
Compares two objects using built-in equality. This compares numbers by value,
|
||||
and all other objects are compared by identity—two objects are equal only
|
||||
if they are the exact same object.
|
||||
|
||||
### **toString**
|
||||
|
||||
A default string representation of the object.
|
||||
|
||||
### **type**
|
||||
|
||||
The [Class](#class-class) of the object.
|
||||
Reference in New Issue
Block a user