crafting-interpreters/lox/init_return.lox

5 lines
58 B
Text

class Foo {
init() {
return "something else";
}
}