Family

Description

A biblical family database.

Source: The Art of Prolog

Download

Program source code: family.pl

Listing

father(terach,abraham).
 
father(terach,nachor).			
 
father(terach,haran).			
 
father(abraham,isaac).			
 
father(haran,lot).			
 
father(haran,milcah).			
 
father(haran,yiscah).
 
 
 
male(terach).
 
male(abraham).
 
male(nachor).
 
male(haran).
 
male(isaac).
 
male(lot).
 
 
 
female(sarah).
 
female(milcah).
 
female(yiscah).
 
 
 
mother(sarah,isaac).			
 
 
 
%Program 1.1: A biblical fa
mily database

Comments

pl/prolog/pllib/family.txt · ostatnio zmienione: 2019/06/27 15:50 (edycja zewnętrzna)
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0