users-prolog
[Top][All Lists]
Advanced

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

Re: Syntax errors?


From: Edmund GRIMLEY EVANS
Subject: Re: Syntax errors?
Date: Mon, 5 Mar 2001 19:22:01 +0000
User-agent: Mutt/1.3.16i

Piotr Sroczynski <address@hidden>:

> Here is three lines long test program:
> 
> :- op(600,xfy,':').
> a(X):- (X = ':'). 
> %a(':').

Does

:- op(600,xfy,':').
a(X) :- X = (':').

do what you want?

Edmund



reply via email to

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