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
15561be89b54c24737956706f16f0594a6af9f5a
wren
/
test
/
this
/
this_in_method.wren
T
7 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
"this" expressions.
2013-11-09 15:42:23 -08:00
class Foo {
Unify body handling.
2014-04-03 07:48:19 -07:00
bar { this }
baz { "baz" }
"this" expressions.
2013-11-09 15:42:23 -08:00
}
Clean up text handling a bit:
2014-01-05 12:27:12 -08:00
IO.print((new Foo).bar.baz) // expect: baz
Reference in New Issue
Copy Permalink