root/tags/lgt2311/library/metapredicates.notes

Revision 4000, 0.6 KB (checked in by pmoura, 12 months ago)

Updated copyright string.

  • 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.31.1
4
5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved.
6================================================================
7
8
9To load all entities in this group load the metapredicates_loader.lgt
10utility file:
11
12    | ?- logtalk_load(metapredicates_loader).
13
14The object loop implements several kinds of loops typical of imperative
15languages.
16
17The object meta implements common Prolog metapredicates like apply/2
18and map/3.
Note: See TracBrowser for help on using the browser.