From joao.mariz@mail.ineti.pt Wed May  9 19:07:09 2001
Received: from mail.ineti.pt (ettn.ineti.pt [193.136.150.130])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f49H78311572
	for <prolog@swi.psy.uva.nl>; Wed, 9 May 2001 19:07:09 +0200 (MET DST)
Received: from mail.ineti.pt (pc_4.ineti.pt [193.136.150.120]) by mail.ineti.pt with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id KF13MM49; Wed, 9 May 2001 18:05:12 +0100
Message-ID: <3AF97B27.EF061EFD@mail.ineti.pt>
Date: Wed, 09 May 2001 18:15:19 +0100
From: =?iso-8859-1?Q?Jo=E3o?= Mariz <joao.mariz@mail.ineti.pt>
X-Mailer: Mozilla 4.72 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: Swi-PROLOG usergroup <prolog@swi.psy.uva.nl>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Subject: [SWIPL] That must be because of a Standard

Hello Swi-Prolog users,

I am a newbie in SWI-PROLOG, However I have done some work, with another
Prolog interpreter, which I am now trying to translate.

In the above code, For instance, I previously assert

?- assert(my_predicate_with_zero('Yes sure', 0.0)).

and then I query the following:

?- my_predicate_with_zero(X,  0).

I would like to get X='Yes sure',
However the answer is No.

Can anyone give me some help, or explain me this?
thanks in advance for any help you can provide,

Joćo


