docs: split monolithic core-library.markdown into per-class docs under doc/site/core/
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
^title Bool Class
|
||||
^category core
|
||||
|
||||
Boolean values. There are two instances, `true` and `false`.
|
||||
|
||||
### **!** operator
|
||||
|
||||
Returns the logical complement of the value.
|
||||
|
||||
> !true
|
||||
false
|
||||
> !false
|
||||
true
|
||||
|
||||
### toString
|
||||
|
||||
The string representation of the value, either `"true"` or `"false"`.
|
||||
Reference in New Issue
Block a user