mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +01:00
Block objects.
Also clean up newline handling in parser.
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
class Foo {}
|
||||
{
|
||||
123
|
||||
}
|
||||
var a = 123
|
||||
var b = 345
|
||||
a
|
||||
|
||||
Reference in New Issue
Block a user