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
783a5b750aa610670114fe2f8f00682b6a50a0f0
wren
/
test
/
core
/
object
/
not.wren
T
5 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
No more default constructors.
2015-09-01 08:16:04 -07:00
class Foo {
construct new() {}
}
Make constructors just methods.
2015-07-10 09:18:22 -07:00
IO.print(!Foo.new()) // expect: false
Reference in New Issue
Copy Permalink