{{newin|[[11.0]]|110|type=function}}

Creates a new copy of the Data object.
== Function ==
=== Synopsis ===
<source lang="lua">
clone = Data:clone( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|Data|clone|The new copy.}}
== See Also ==
* [[parent::Data]]

== Other Languages ==
{{i18n|Data:clone}}

[[Category:Functions]]
{{#set:Description=Creates a new copy of the Data object.}}