5 lines
72 B
OCaml
5 lines
72 B
OCaml
|
|
class mobile_phone =
|
||
|
|
object (self)
|
||
|
|
(*functions go here...*)
|
||
|
|
end
|