From ok@atlas.otago.ac.nz Tue Sep 18 01:00:29 2001
Received: from atlas.otago.ac.nz (atlas.otago.ac.nz [139.80.32.250])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f8HN0Rv07980
	for <prolog@swi.psy.uva.nl>; Tue, 18 Sep 2001 01:00:27 +0200 (MET DST)
Received: (from ok@localhost)
	by atlas.otago.ac.nz (8.9.3/8.9.3) id LAA328556;
	Tue, 18 Sep 2001 11:00:19 +1200 (NZST)
Date: Tue, 18 Sep 2001 11:00:19 +1200 (NZST)
From: "Richard A. O'Keefe" <ok@atlas.otago.ac.nz>
Message-Id: <200109172300.LAA328556@atlas.otago.ac.nz>
To: sprior@geekster.com, tob@world.std.com
Subject: Re: [SWIPL] Getting Started with SWI
Cc: prolog@swi.psy.uva.nl

Tom Breton wrote:

	You need to type 
	
	        [user].
	
	before defining rules, and ^D when you're done.
	
Correction.  You should type *whatever* your end-of-file key is,
at the beginning of a line with nothing else on it.
For many people, the end-of-file key is ^Z, not ^D.

Or you can use the Prolog end-of-file convention, which is to type
	end_of_file.
and works whatever the host's end-of-file convention might be.

