arithmetik-fail.pl 163 B

12345678910
  1. ?- X is 3^2.
  2. X = 9.
  3. ?- Y is X*X.
  4. ERROR: is/2: Arguments are not sufficiently
  5. instantiated
  6. ?- X is X+1.
  7. ERROR: is/2: Arguments are not sufficiently
  8. instantiated