Login
Remember
Register
Ask a Question
Mention What Is The Difference Between = And = = In Prolog?
0
votes
asked
Mar 3, 2021
in
Prolog
by
SakshiSharma
Mention What Is The Difference Between = And = = In Prolog?
prolog
prolog-operators
operators
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 3, 2021
by
SakshiSharma
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.
...