This website requires JavaScript.
Explore
Mail
Help
Register
Sign In
Meson
/
wren
Watch
1
Star
0
Fork
0
You've already forked wren
forked from
Mirror/wren
Code
Pull Requests
Activity
Files
a89386b4e8dfb885fb864ff9aeef74e7e7b016db
wren
/
test
/
variable
/
local_without_initializer.wren
Bob Nystrom
3c8b4c009f
Allow variables without initializers.
2013-12-22 18:47:58 -08:00
5 lines
42 B
Plaintext
Raw
Blame
History
{
var a
IO.write(a) // expect: null
}
View Git Blame
Copy Permalink