vote up 1 vote down star

I am having a problem with prolog that I do not understand. I have used the tracer to follow the problem, and this is what happens

....
(8) 8 NEXT  value(debt, p9, Orly)
  (8) 8 *EXIT  value(debt, p9, low)
  (9) 8 CALL  P is low
S (10) 9 CALL  error_handler(21, P is low, eclipse, sepia_kernel)
...error crap, more "leaves" calls....

What is wrong with the call, "P is low"?

flag

77% accept rate

1 Answer

vote up 1 vote down check

low is an atom, not a mathematical expression that is could evaluate. Maybe you want to write it upper case, i.e. Low, so that it is a variable?

link|flag
typo "that is could evaluate" – Kaarel Oct 10 at 17:43

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.