forked from Mirror/wren
9 lines
101 B
Plaintext
9 lines
101 B
Plaintext
class Foo { // line comment
|
|
bar {
|
|
123
|
|
}
|
|
}
|
|
var a = Foo.new
|
|
a.bar
|
|
"something".contains("meth")
|