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
55851d35bab749e2130169af095799c911c36689
wren
/
test
/
this
/
this_in_method.wren
T
7 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add
this
keyword support with method detection and error handling
2013-11-09 23:42:23 +00:00
class Foo {
feat: unify block, function, and method body parsing to support single-expression implicit returns
2014-04-03 14:48:19 +00:00
bar { this }
baz { "baz" }
feat: add
this
keyword support with method detection and error handling
2013-11-09 23:42:23 +00:00
}
feat: rename IO.write to IO.print and add Unicode escape support in strings
2014-01-05 20:27:12 +00:00
IO.print((new Foo).bar.baz) // expect: baz
Reference in New Issue
Copy Permalink