5 lines
79 B
Text
5 lines
79 B
Text
class lab =
|
|
object (self)
|
|
inherit dog
|
|
(*functions go here...*)
|
|
end
|