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)...