Reorganize site to make room for documenting the other built-in modules.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
^title Null Class
|
||||
|
||||
## Methods
|
||||
|
||||
### **!** operator
|
||||
|
||||
Returns `true`, since `null` is considered [false](../control-flow.html#truth).
|
||||
|
||||
:::wren
|
||||
System.print(!null) //> true
|
||||
Reference in New Issue
Block a user