mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
Start working on class definitions.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
class Foo {}
|
||||
var a = 123
|
||||
var b = 345
|
||||
a
|
||||
|
||||
Reference in New Issue
Block a user