
copy_term_nat(?Term, -Copy)

   Copy term without variable attributes

Arguments
   Term                any term
   Copy                copy of term with plain variables

Type
   library(dynamic_attributes)

Description

    This is equivant to

    copy_term_nat(Term, Copy) :-
        eclipse_language:copy_term(Term, Copy, _AttVars).

    

Modes and Determinism
   copy_term_nat(?, -) is det

See Also
   copy_term / 3
