[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How call RAW text with Prolog predicate from C?
From: |
pva |
Subject: |
Re: How call RAW text with Prolog predicate from C? |
Date: |
Mon, 27 Apr 2009 11:43:49 +0600 |
User-agent: |
RoundCube Webmail/0.2a |
I Try.
It not work. res == 2.
On Sun, 26 Apr 2009 11:33:09 -0700 (PDT), Dave Sworin
<address@hidden> wrote:
> asserta/1 requires an extra set of parentheses.
> So try the following ...
> char str[]="asserta((parent(bob,mary)))";
> ... and see if this works.
>
>
>
>
>
- Re: How call RAW text with Prolog predicate from C?,
pva <=