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