From jan@swi.psy.uva.nl Thu Nov 15 09:57:50 2001
Received: from gollem.swi.psy.uva.nl (root@gollem [145.18.152.30])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id fAF8vot02338;
	Thu, 15 Nov 2001 09:57:50 +0100 (MET)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) id fAF8voi16745;
	Thu, 15 Nov 2001 09:57:50 +0100
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: James Watson <jamez36@home.com>, Prolog <prolog@swi.psy.uva.nl>
Subject: Re: [SWIPL] help
Date: Thu, 15 Nov 2001 09:56:42 +0100
X-Mailer: KMail [version 1.0.29.2]
Content-Type: text/plain
References: <3BF2F2F2.9A8EBE21@home.com>
In-Reply-To: <3BF2F2F2.9A8EBE21@home.com>
MIME-Version: 1.0
Message-Id: <01111509574900.16744@gollem>
Content-Transfer-Encoding: 8bit

On Wed, 14 Nov 2001, James Watson wrote:
>Why might I be getting a syntax error saying:  End of file
>in quoted string?
>
>This is the line the error refers to
>
>rule(Command, S, Ndepth) :- Command == newprogram,
>

It's not really here.  The nature (a quote that has no matching quote)
is most likely correct, so search for quotes a couple of lines above
this one.

	Regards --- Jan

