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
67f1480bf0fffac5ca054b1b814b42c3c691190d
wren
/
test
/
language
/
field
/
default_to_null.wren
T
6 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add instance field support with lexer, compiler, and GC tracing
2013-11-23 22:55:05 +00:00
class Foo {
feat: rename IO.write to IO.print and add Unicode escape support in strings
2014-01-05 20:27:12 +00:00
write { IO.print(_field) }
feat: add instance field support with lexer, compiler, and GC tracing
2013-11-23 22:55:05 +00:00
}
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
Foo.new().write // expect: null
Reference in New Issue
Copy Permalink