Files
wren/example/hello.wren
2013-10-25 20:07:04 -07:00

8 lines
72 B
Plaintext

class Foo { // line comment
bar {
123
}
}
var a = Foo.new
a.bar