[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Exception on quote character literal input
From: |
Nicolas Pelletier |
Subject: |
Exception on quote character literal input |
Date: |
Wed, 13 May 2009 22:03:18 +0900 |
Hello,
I noticed the following behaviour with both GNU Prolog 1.3.1 and GNU
Prolog 20090310, on:
Linux tamago 2.6.26-2-amd64 #1 SMP Fri Mar 27 04:02:59 UTC 2009 x86_64 GNU/Linux
Here is what I get:
address@hidden:~/tmp$ gprolog
GNU Prolog 1.3.2
By Daniel Diaz
Copyright (C) 1999-2009 Daniel Diaz
| ?- X = 0''.
uncaught exception: error(syntax_error('user_input:1 (char:8) quote
character expected here'),read_term/3)
I expected the substitution X = 39 as the result of my query. Would
you please look into this problem ?
Thanks in advance,
--
Nicolas
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Exception on quote character literal input,
Nicolas Pelletier <=