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
1175d93efac56dc822d3e0156ba1819f2f0f8751
wren
/
test
/
variable
/
undefined_local.wren
T
4 lines
56 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: rename IO.write to IO.print and add Unicode escape support in strings
2014-01-05 20:27:12 +00:00
IO.print(notDefined) // expect error
feat: replace block syntax with fn keyword for function literals across compiler and tests
2013-11-06 15:47:47 +00:00
}.call
Reference in New Issue
Copy Permalink