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-18 13:49:59 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
66b89a493fce2c11b49be4ca5441b43997c505f3
wren
/
test
/
language
/
empty_block.wren
7 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Allow empty blocks.
2013-12-29 10:46:21 -08:00
{} // By itself.
// In a statement.
if (true) {}
if (false) {} else {}
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("ok") // expect: ok
Reference in New Issue
Copy Permalink