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
dfb381e43baf5be4cd17bdda8d7cf024eb2072fc
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
Reference in New Issue
Copy Permalink