forked from Mirror/wren
177 B
177 B
^title Null Class
Methods
! operator
Returns true, since null is considered false.
:::wren
System.print(!null) //> true