sibling(X,Y) :-
brother(X,Y) ; sister(X,Y) .
whenever I run it it says
ERROR: Undefined procedure: sibling/2
I tried to google it over last few days and couldnt reach any solution.
I am sorry - I found my misake! :S
I wrote a C-style comment there, that caused that problem. :S