munificent / craftinginterpreters

Repository for the book "Crafting Interpreters"
http://www.craftinginterpreters.com/
Other
8.84k stars 1.04k forks source link

How about a Blood Mary? #619

Closed rlipscombe closed 4 years ago

rlipscombe commented 4 years ago

http://craftinginterpreters.com/the-lox-language.html#inheritance

class Brunch < Breakfast {
  drink() {
    print "How about a Blood Mary?";
  }
}

It's a "Bloody Mary", no?

munificent commented 4 years ago

Yes, thanks!