[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to read a line of text?
From: |
Vic Bancroft |
Subject: |
Re: How to read a line of text? |
Date: |
Wed, 7 Jan 2004 20:49:26 -0500 (EST) |
On Thu, 8 Jan 2004, Ron Stodden wrote:
> gprolog does not support a 'not' operator.
Have you looked at the \+ built-in operator ?
It does pretty much what Violetta once suggested coding as,
not(P) :- P, !, fail ; true.
more,
l8r,
v
--
No bugs were harmed in the development of this software.
http://elvis.dlogic.org/~bancroft/tiki
- How to read a line of text?, Ron Stodden, 2004/01/03
- Re: How to read a line of text?, Vic Bancroft, 2004/01/07
- Re: How to read a line of text?, Vic Bancroft, 2004/01/07
- Re: How to read a line of text?, Ron Stodden, 2004/01/07
- Re: How to read a line of text?, Alexander V. Diemand, 2004/01/08
- Re: How to read a line of text?, Ron Stodden, 2004/01/07
- Re: How to read a line of text?, Ron Stodden, 2004/01/07
- Re: How to read a line of text?,
Vic Bancroft <=
- Re: How to read a line of text?, Ron Stodden, 2004/01/08
- Re: How to read a line of text?, Vic Bancroft, 2004/01/08
- Re: How to read a line of text?, Ron Stodden, 2004/01/08
- Re: How to read a line of text?, Fergus Henderson, 2004/01/09
- Re: How to read a line of text?, Ron Stodden, 2004/01/09
- Re: How to read a line of text?, Fergus Henderson, 2004/01/11
- Re: How to read a line of text?, Salvador Abreu, 2004/01/09