mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
177 B
177 B
^title Null Class
Methods
! operator
Returns true, since null is considered false.
:::wren
System.print(!null) //> true