Menu

#44 Problem with equality in rule heads

open
nobody
None
5
2009-12-09
2009-12-09
No

'Peter_Griffin' = 'Peter' :- .
test() :- 'Peter_Griffin' = 'Peter'.

?- test().
----------------------------------
Query: ?- test(). ==>> 0 rows in 2ms

Rule head equality does not work when used like in the above example.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB