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
42cec3b11443a926a15000ce523221da6f166658
wren
/
test
/
empty_block.wren
T
7 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: allow empty blocks in parser and fix native call slot assertion
2013-12-29 18:46:21 +00:00
{} // By itself.
// In a statement.
if (true) {}
if (false) {} else {}
feat: rename IO.write to IO.print and add Unicode escape support in strings
2014-01-05 20:27:12 +00:00
IO.print("ok") // expect: ok
Reference in New Issue
Copy Permalink