Make all types support "!" so "if (!foo)" works reliably for all objects.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
IO.print(!123) // expect: false
|
||||
IO.print(!0) // expect: false
|
||||
Reference in New Issue
Block a user