A function by any other name...

Over the years, in various programming languages, the names of programming modules have changed.

With the advent of C and C++, they were called functions

With the advent of Java (and possibly before), they were called methods

In most cases, it doesn't matter a lot what you call them as long as you know what they are.

However, it does matter in Alice because Alice has both methods and functions.