users-prolog
[Top][All Lists]
Advanced

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

variable fonction


From: Gilles Dégottex
Subject: variable fonction
Date: Mon, 24 Mar 2003 13:24:08 +0100
User-agent: KMail/1.5.1

Hi all,

        I'm new so sorry for any usage error, or newbie question.

        gprolog doesn't support function with variable name ? like:

                eval( A(B, C), R) :- A \= /, eval(B,Be), eval(C,Ce), R is A(Be, 
Ce).

        I know win-prolog is able to compile that, but I dont found any linux 
compiler to do it. maybe a syntax tips ? compiler leak ?


tanks for all

Gilles Dégottex




reply via email to

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