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
f91586a71a2975fb9a81e90c571f69bb8170a104
wren
/
test
/
language
/
function
/
no_newline_before_close.wren
T
2 lines
47 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make constructors just methods.
2015-07-10 09:18:22 -07:00
Fn.new {
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print("ok") } // expect error
Reference in New Issue
Copy Permalink