From _nicki@mail.ru Sun May  6 23:58:14 2001
Received: from mx9.port.ru (mx9.port.ru [194.67.23.46])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f46LwD302621
	for <prolog@swi.psy.uva.nl>; Sun, 6 May 2001 23:58:14 +0200 (MET DST)
Received: from ts8-a150.dial.sovam.com ([195.239.2.150] helo=unemployed)
	by mx9.port.ru with smtp (Exim 3.14 #19)
	id 14wWXX-0002Hq-00
	for prolog@swi.psy.uva.nl; Mon, 07 May 2001 01:58:08 +0400
Message-ID: <001601c0d677$e9564010$9602efc3@unemployed>
From: =?koi8-r?B?7snLz8zByiDmxcTP0s/X?= <_nicki@mail.ru>
To: "Jan Wielemaker" <prolog@swi.psy.uva.nl>
Subject: [SWIPL] Syntax question.
Date: Mon, 7 May 2001 01:58:52 +0400
MIME-Version: 1.0
Content-Type: text/plain;
	charset="koi8-r"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700

Hi.

Which way can I write a predicate like this:

pred(a, b, X == 'c' -> 'd' ; 'e', f) :-    too long for clone.    % to avoid
editing problems

Thanx.

