users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: variable heads of terms


From: Alexandre Tessier
Subject: Re: variable heads of terms
Date: Tue, 14 Feb 2006 23:15:12 +0100
User-agent: Mozilla Thunderbird 1.0.6-7.1.20060mdk (X11/20050322)

X = reads, FACT =.. [X,tom,book].



Cliff Bender a écrit :
Hello

I'd like to be able to do something like the following:

X=reads, FACT=X(tom,book).

is there anything that will allow me to do this? Unfortunately, the
previous code gives the following error:

| ?- X=reads, FACT=X(tom,book).
uncaught exception: error(syntax_error('user_input:12 (char:16) . or
operator expected after expression'),read_term/3)

Thanks for any help you can provide!

CB


_______________________________________________
Users-prolog mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/users-prolog




--
http://www.univ-orleans.fr/SCIENCES/LIFO/Members/tessier/
tel LIFO: +33 (0)238494670     tel IUFM: +33 (0)238798417




reply via email to

[Prev in Thread] Current Thread [Next in Thread]