M:
Factor handbook » The language » Objects » Generic words and methods

Prev:MATH:
Next:Method precedence


Vocabulary
syntax

Syntax
M: class generic definition... ;


Inputs
None

Outputs
None

Word description
Defines a method, that is, a behavior for the generic word specialized on instances of the class.

See also
lookup-method, ?lookup-method, create-method

Definition