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