I'm trying to find a table of prolog operators explained. I found this: http://www.swi-prolog.org/pldoc/man?section=operators
But they are not explained. I'm looking more specifically for the meaning of:
\==, >>, <<
Subsidiary question:
I understand that \== is not evaluating the both term of the expression.
What would be the operators for having both term evaluated ? (similar to != in other languages..)
(\==)/2, and arithmetic expressions - false