crafting-interpreters/lox/class_name.lox

8 lines
89 B
Text
Raw Normal View History

2025-05-26 10:19:18 +02:00
class DevonshireCream {
serveOn() {
return "Scones";
}
}
print DevonshireCream;