crafting-interpreters/lox/class_name.lox

7 lines
89 B
Text

class DevonshireCream {
serveOn() {
return "Scones";
}
}
print DevonshireCream;