From jan@swi.psy.uva.nl  Fri Oct  6 10:32:22 2000
Received: from gollem.swi.psy.uva.nl (root@gollem [145.18.152.30])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id KAA28726;
	Fri, 6 Oct 2000 10:32:22 +0200 (MET DST)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id KAA14341;
	Fri, 6 Oct 2000 10:32:58 +0200
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: "a9503280" <a9503280@unet.univie.ac.at>, <prolog@swi.psy.uva.nl>
Subject: Re: Save
Date: Fri, 6 Oct 2000 10:32:16 +0200
X-Mailer: KMail [version 1.0.28]
Content-Type: text/plain
References: <000801c02f6e$b66738e0$dfe08283@akh6mpcrm01pc04.pcr.univie.ac.at>
In-Reply-To: <000801c02f6e$b66738e0$dfe08283@akh6mpcrm01pc04.pcr.univie.ac.at>
MIME-Version: 1.0
Message-Id: <00100610325800.13535@gollem>
Content-Transfer-Encoding: 8bit

On Fri, 06 Oct 2000, a9503280 wrote:
>Hi,
>I want to save a compiled file in SWI-Prolog.
>in Ciao there is a command "save" exactly for this.
>Like Compile('file.lp'), save('executeable').
>Please can anybody tell me how I can use this in SWI-Prolog?
>Thank you.
>Oliver

For help, use ?- help(Topic). or ?- apropos(Word).

1 ?- apropos(save).
qsave_program/2               Create runtime application
qsave_program/1               Create runtime application
volatile/1                    Predicates that are not saved
Section 2-10-2-2              "Creating a saved-state"
Section 6-1                   "Limitations of qsave_program"

Yes
2 ?- 

	--- Jan

