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
6ada5e0b2485323c012590461760876c7e282a70
wren
/
test
/
empty_block.wren
T
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:
2014-01-05 12:27:12 -08:00
IO.print("ok") // expect: ok
Reference in New Issue
Copy Permalink