Page 1 of 1

Problems with PIE interpreter

Posted: 8 Jan 2017 18:39
by flowerse
The PIE interpreter in PIE.proj6 won't respond to questions of the form:

?- person(X).

or

run :- person(X), write(X).

It will respond to:

person(X)

I've reloaded both Prolog and the Examples, and the problem peresists. I know about Reconsulting.

Posted: 9 Jan 2017 21:06
by Thomas Linder Puls
I cannot reproduce the problem, perhaps you can write detailed instructions for reproducing the problems.

Also notice that ?- should be skipped in the "Dialog" window. Just write:

person(X).

And press enter in that line.

In files you should use ?- if you want to run something when the file is consulted/reconsulted.