Re: why does this not work
Kilian Evang <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
I think the error is here: On 25-03-14 16:18, Roelof Wobben wrote: > display_the_siblings([H|T]) :- > XYs0=[H,T], It looks like you assume [H|T] and [H,T] are the same thing. They're not.