From ss@alesig.de Mon Dec  3 14:34:39 2001
Received: from post.webmailer.de (natpost.webmailer.de [192.67.198.65])
	by swi.psy.uva.nl (8.10.2+Sun/8.11.2) with ESMTP id fB3DYcI29665
	for <prolog@swi.psy.uva.nl>; Mon, 3 Dec 2001 14:34:38 +0100 (MET)
Received: from alesig.de ([141.41.179.145])
	by post.webmailer.de (8.9.3/8.8.7) with ESMTP id OAA07706
	for <prolog@swi.psy.uva.nl>; Mon, 3 Dec 2001 14:34:24 +0100 (MET)
Message-ID: <3C0B8AE9.7771F15@alesig.de>
Date: Mon, 03 Dec 2001 14:23:37 +0000
From: Sebastian Schneider <ss@alesig.de>
X-Mailer: Mozilla 4.7 [de] (WinNT; I)
X-Accept-Language: de
MIME-Version: 1.0
To: prolog@swi.swi.psy.uva.nl
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: [SWIPL] help with min please

 Hello!

How can i use the min/2?

min(+Expr1, +Expr2)
    Evaluates to the smallest of both Expr1 and Expr2.

is wrote in help, but i just use every possible combination of it like
min([1,2],X) or something, but i always get
ERROR: Undefined procedure: min/2

please help me!

Sebastian

