root/trunk/examples/assignvars/NOTES.txt

Revision 4662, 1.1 KB (checked in by pmoura, 6 days ago)

Updated copyright notice.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.35.0
4
5Copyright (c) 1998-2009 Paulo Moura.        All Rights Reserved.
6Logtalk is free software.  You can redistribute it and/or modify
7it under the terms of the "Artistic License 2.0" as published by
8The Perl Foundation. Consult the "LICENSE.txt" file for details.
9================================================================
10
11
12To load this example and for sample queries, please see the SCRIPT.txt file.
13
14This example illustrates the use of assignable variables and parametric
15objects as alternative implementation to dynamic object predicates for
16storing (backtracable) object state. For more information on assignable
17variables please consult the URL:
18   
19    http://www.kprolog.com/en/logical_assignment/
20
21The objects in this example make use of the library category "assignvars".
22This category contains an adaptation of the pure logical subset implementation
23of assignable variables by Nobukuni Kino, which can be found on the URL above.
Note: See TracBrowser for help on using the browser.