0 votes
in Prolog by
Mention What Is The Difference Between = And = = In Prolog?

1 Answer

0 votes
by
The “=” operator in Prolog is actually a predicate that stands for unification. This operator “= =” means the two terms are not identical. Unification does not take place even if this succeeds.

Related questions

+1 vote
asked Mar 3, 2021 in Prolog by SakshiSharma
0 votes
asked Mar 3, 2021 in Prolog by SakshiSharma
...