Local variables, instance variables, and properties

Variables that exist inside methods or functions are often called local variables in other programming environments.

Variables that exist inside an object but outside of a method or function are often called instance variables in other programming environments.

However, they are called properties in Alice.