Hi,
I was wondering if anyone could give me some guidance!
I'm trying to create a family line, eg;
familyline(X,Y,Z) :- _____________ .
That would bring up a list of all the possible Y if y appears in a direct line of descent from X to Z.
I have already set details such as descendant(x,y).
However imp really struggling to get this going.
Many Thanks
I was wondering if anyone could give me some guidance!
I'm trying to create a family line, eg;
familyline(X,Y,Z) :- _____________ .
That would bring up a list of all the possible Y if y appears in a direct line of descent from X to Z.
I have already set details such as descendant(x,y).
However imp really struggling to get this going.
Many Thanks