looking for help in Prolog

27 views Asked by At

I want to make function Findall in prolog that same to the built in function the built in function takes:

findall(Object,Constrain,List).

I try so hard in it but I want it without any built-in with my own built but it is so difficult.

0

There are 0 answers