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
7ed6922c2ce1b86dd982784fefc77e0e3b72a0dd
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