users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Persistent state


From: cegea
Subject: Persistent state
Date: Tue, 01 Mar 2005 18:45:48 +0100 (CET)
User-agent: SquirrelMail/1.4.4

Hi,

I am working in a project where I need to use Start_Prolog and Stop_Prolog
in different places. How could I save facts before calling Stop_prolog to
use them later in another prolog session, this means, I use Start_Prolog,
then I do different things, and finally I use Stop_Prolog


  Start_Prolog
    ...
    ...
    facts
     ...

   Stop_Prolog



  Start_Prolog
    ...
    ...
    I need to use the former facts here
     ...

   Stop_Prolog


Cheers,

   Carlos.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]