Introduction Prolog Programming-1
Introduction Prolog Programming-1
friends(raju, mahesh).
singer(sonu).
odd_number(5).
Explanation : These facts can be interpreted as :
raju and mahesh are friends.
sonu is a singer.
5 is an odd number.
Key Features :