5 lines
82 B
Text
5 lines
82 B
Text
class cat =
|
|
object (self)
|
|
inherit animal
|
|
(*functions go here...*)
|
|
end
|