Hi all,
I have written a predicate common_participant(Person, PairEvent)
. which returns pairs of facts from my knowledge base. I was wondering whether there is any way to perform variable binding and collect all results without using the semicolon every time.
Thanks,
I.