| |||||||||||
| tests whether two terms are not unifiable.
?Term1 \= ?Term2
| |||||||||||
| \=(7,7.00). | Succeeds. |
| X=a, f(X,b) \= f(b,b). | Succeeds. |
| f(g(X),X) \= f(Y,write(a)). | Fails. |
This predicate is part of the ISO-Prolog Standard.
| document: http://www.ifcomputer.co.jp/MINERVA/Manual/Reference/Predicates/term_unification/not_unifiable/print_en.html published 2008/9/1 update 1998/8/7 (c) 1996-2006 IF Computer Japan | ||||||||
|
| Back> |
|