^title Null Class
^category core
### **!** operator
Returns `true`, since `null` is considered [false](../control-flow.html#truth).
> !null
true