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
269ed9a1528ce9fab5a26a262332929b3eb1e896
wren
/
test
/
method
/
empty_block.wren
T
6 lines
64 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
class Foo {
bar {}
}
feat: rename IO.write to IO.print and add Unicode escape support in strings
2014-01-05 20:27:12 +00:00
IO.print((new Foo).bar) // expect: null
Reference in New Issue
Copy Permalink