Version: 4.1

1.5 Method

Type Id (Type Id ,...) {Statement}

Creates a method, bound to Id, that can be called on the current object, or instances of this class. The body of the method, the statement, will be evaluated when the method is called. The method name may not be the name of any classes defined in the same program or of any fields or methods in the same class.