| |||||||||||
| makes a copy of a term.
copy_term(+Term1, -Term2)
unifies Term2 with a copy of Term1 where all variables in Term1 are replaced by new variables.
Arguments
Term1 term Term2 term
Examples
Standard
This predicate is part of the ISO-Prolog Standard.
See alsoarg/3, functor/3, '=..'/2.
| |||||||||||
| |||||||||||
| Back> |
|