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
eb4e50a500396344b508238dfd49139f9e49e43e
wren
/
test
/
variable
/
global_without_initializer.wren
3 lines
34 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
Copy Permalink