copy_term/2¶
"copy_term(? TI,- TF" ) is iso
` Term TF is a variant of the original term TI, such that for each variable V in the term TI there is a new variable V' in term TF. Notice that:
+ suspended goals and attributes for attributed variables in _TI_
are also duplicated;
+ ground terms are shared between the new and the old term.
If you do not want any sharing to occur please use
@ref duplicate_term_50 @"duplicate_term/2".
`