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-16 20:28:04 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7ecff2d79fccf0156156aeb16f4f3ed76d8ea2f4
wren
/
test
/
variable
/
local_without_initializer.wren
5 lines
42 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Allow variables without initializers.
2013-12-22 18:47:58 -08:00
{
var a
Clean up text handling a bit: - Rename IO.write -> IO.print. - Make IO.write not print a newline. - Support \u Unicode escapes in strings.
2014-01-05 12:27:12 -08:00
IO.print(a) // expect: null
Allow variables without initializers.
2013-12-22 18:47:58 -08:00
}
Reference in New Issue
Copy Permalink