Re: Why do I not get a response from CALL/1?
- From: Markus Triska <triska@xxxxxx>
- Date: Mon, 17 Jul 2006 18:00:57 +0200
mayo_matt@xxxxxxxxxxx writes:
Any direction would be great.
Please post a more complete example. With only the goals you state,
SWI Prolog responds:
?- Goal =.. [prerequisite, _, Course], nl, write('Goal: '),
write(Goal), nl, nl, call(Goal).
Goal: prerequisite(_G173, _G176)
ERROR: call/1: Undefined procedure: prerequisite/2
.
- References:
- Why do I not get a response from CALL/1?
- From: mayo_matt
- Why do I not get a response from CALL/1?
- Prev by Date: Why do I not get a response from CALL/1?
- Next by Date: Re: How can I assert information acquired via Natural Language input from user?
- Previous by thread: Why do I not get a response from CALL/1?
- Index(es):