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_top_level_function.wren
T
4 lines
34 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: migrate all function literals from
fn
syntax to
new Fn
block syntax
2014-04-03 02:41:53 +00:00
new Fn {
feat: add
this
keyword support with method detection and error handling
2013-11-09 23:42:23 +00:00
this // expect error
}
Reference in New Issue
Copy Permalink