Re: call, ..= operator, records (newbie)
- From: Martin Riener <martin.riener@xxxxxxxxx>
- Date: Wed, 21 May 2008 15:53:28 +0200
levilista@xxxxxxxxx wrote:
Another question:
Why does this not work? (I want to use a conjunction in call; such
conjunctions work fine in findall.)
32 ?- call((plus(2,A),plus(A,B)).
ERROR: Syntax error: Unexpected end of clause
ERROR: call((plus(2,A),plus(A,B))
ERROR: ** here **
ERROR: .
you forgot a ) at the end call((plus(2,A),plus(A,B))) works for me (i defined some arbitrary plus).
greetings martin
.
- References:
- call, ..= operator, records (newbie)
- From: levilista@xxxxxxxxx
- Re: call, ..= operator, records (newbie)
- From: levilista@xxxxxxxxx
- call, ..= operator, records (newbie)
- Prev by Date: Re: large databases
- Next by Date: Re: call, ..= operator, records (newbie)
- Previous by thread: Re: call, ..= operator, records (newbie)
- Next by thread: Re: call, ..= operator, records (newbie)
- Index(es):