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
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
}
Reference in New Issue
View Git Blame
Copy Permalink