dup
duplicate
dup obj
dup obj(id,id2)
Duplicates the
id1
object
into the same type object
id2
.
Examples:
dup func("F1 F2"): duplicates the function
F1
into the function
F2
.