ifThenStandardExampleTheory

The database used in Prolog standard while writing examples for If-Then

legs(A, 6) :- insect(A).
legs(horse, 4).
insect(bee).
insect(ant).