|
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 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.31.1 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2008 Paulo Moura. All Rights Reserved. |
|---|
| 6 | ================================================================ |
|---|
| 7 | |
|---|
| 8 | This folder contains a single Prolog file, "logtalk.pl", which |
|---|
| 9 | implements both the Logtalk compiler and the Logtalk runtime. |
|---|
| 10 | Before loading this file into your favorite Prolog compiler, |
|---|
| 11 | you must first load the appropriated configuration file for |
|---|
| 12 | your Prolog compiler that you will find in the "configs" |
|---|
| 13 | directory. |
|---|
| 14 | |
|---|
| 15 | The "logtalk.pl" file is formatted using four-space tabs. |
|---|