From gw@wolfstieg.com Mon Dec  3 15:05:17 2001
Received: from caesar.gw-is.com ([195.243.130.10])
	by swi.psy.uva.nl (8.10.2+Sun/8.11.2) with ESMTP id fB3E5Gk03873
	for <prolog@swi.swi.psy.uva.nl>; Mon, 3 Dec 2001 15:05:16 +0100 (MET)
Received: from there (pD9011A9B.dip.t-dialin.net [217.1.26.155])
	by caesar.gw-is.com (/8.9.0) with SMTP id fB3E5eT26322;
	Mon, 3 Dec 2001 15:05:40 +0100
Message-Id: <200112031405.fB3E5eT26322@caesar.gw-is.com>
Content-Type: text/plain;
  charset="iso-8859-1"
From: Gerhard Wolfstieg <gw@wolfstieg.com>
To: Sebastian Schneider <ss@alesig.de>, prolog@swi.swi.psy.uva.nl
Subject: Re: [SWIPL] help with min please
Date: Mon, 3 Dec 2001 15:09:39 +0100
X-Mailer: KMail [version 1.3.1]
References: <3C0B8AE9.7771F15@alesig.de>
In-Reply-To: <3C0B8AE9.7771F15@alesig.de>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit

>  Hello!

> How can i use the min/2?
>
> min(+Expr1, +Expr2)
>     ...

you have to interprete the sign '+' which says that only input is possible. 
Therefore you only can get as a result 'yes' or  'no' depending on which Expr 
is lexically (?) less. This is an answer without looking into the docu, but 
it is likely to be right (I hope).

Grüße an alle, Gerhard

