This website requires JavaScript.
Explore
Mail
Help
Register
Sign In
Mirror
/
wren
Watch
1
Star
0
Fork
1
You've already forked wren
mirror of
https://github.com/wren-lang/wren.git
synced
2026-01-12 22:58:40 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
functional
wren
/
test
/
language
/
variable
/
local_collide_with_function_parameter.wren
4 lines
44 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add an anonymous expression fn syntax.
2015-11-27 21:17:34 -08:00
fn (a) {
Handle local variable shadowing.
2013-11-30 18:28:01 -08:00
var a = "oops" // expect error
}
Reference in New Issue
Copy Permalink