I'm trying to transfer a file written for SICStus Prolog into TuProlog.
I get the error message:
WARNING: The predicate =/2 is unknown.
(The code works in SICStus, but not in TuProlog).
What should I use instead of =/2
for TuProlog? What is the difference in syntax?