root/trunk/library/metapredicates.notes

Revision 4572, 0.8 KB (checked in by pmoura, 2 weeks ago)

Updated the Logtalk version number to 2.33.3 in preparation for the next release.

  • 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.33.3
4
5Copyright (c) 1998-2008 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 all entities in this group load the metapredicates_loader.lgt
13utility file:
14
15    | ?- logtalk_load(metapredicates_loader).
16
17The object loop implements several kinds of loops typical of imperative
18languages.
19
20The object meta implements common Prolog metapredicates like apply/2
21and map/3.
Note: See TracBrowser for help on using the browser.