Hello.
I`m a beginner in Prolog and I need help with the following problem.
interval(X,5,9).
X=5;
X=6;
X=7;
X=8;
X=9;
No
In words:
I need the descriptor intervall(x,a,b) to search all numbers
between a and b (a<=x<=b).
Thank you
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.