duplicate_term/2¶
"duplicate_term(? TI,- TF" )
` 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, and the two terms do not share any structure. All suspended goals and attributes for attributed variables in TI are also duplicated.
Also refer to @ref copy_term_50 @"copy_term/2".
`