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