Defining a class
-anotherMethod: (vartype) arg {
- Based on the interface the object file contains the implementation of the class
- Methods are essentially C functions, same rules about return values and arguments, local vars etc. apply
- Method returning no value must return self