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
149da8fc9a9abad85466235e570a12229d178c86
wren
/
test
/
core
/
object
/
not.wren
T
3 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: implement
!
operator for all core types with proper truthiness semantics
2015-01-16 05:50:01 +00:00
class Foo {}
feat: replace
new
keyword with
this
constructor syntax and
ClassName.new()
calls across core library and docs
2015-07-10 16:18:22 +00:00
IO.print(!Foo.new()) // expect: false
Reference in New Issue
Copy Permalink