4 lines
60 B
Prolog
4 lines
60 B
Prolog
likes(mary, john).
|
|
likes(john, mary).
|
|
|
|
X :- likes(mary, X).
|