This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cec1f9160acd3c2265f2412a69ba646ab68c9847
wren
/
test
/
string
/
not.wren
T
3 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make all types support "!" so "if (!foo)" works reliably for all objects.
2015-01-15 21:50:01 -08:00
IO.print(!"s") // expect: false
IO.print(!"") // expect: false
Reference in New Issue
Copy Permalink