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