This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1175d93efac56dc822d3e0156ba1819f2f0f8751
wren
/
test
/
variable
/
global_in_initializer.wren
T
3 lines
46 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test: add scope edge case tests for variable initialization and shadowing
2013-12-15 00:36:19 +00:00
var a = a == null
feat: rename IO.write to IO.print and add Unicode escape support in strings
2014-01-05 20:27:12 +00:00
IO.print(a) // expect: true
Reference in New Issue
Copy Permalink