Improved Logtalk usage instructions.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1248 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura 2005-02-21 17:06:45 +00:00
parent 0139bfc33a
commit bdff56d3b0
1 changed files with 5 additions and 3 deletions

View File

@ -12164,7 +12164,8 @@ debugging environment is not available in SICStus Prolog.
@node Logtalk, Threads, CHR, Extensions @node Logtalk, Threads, CHR, Extensions
@chapter Logtalk @chapter Logtalk
@cindex logtalk @cindex
The Logtalk object-oriented extension is available once included The Logtalk object-oriented extension is available once included
with the @code{use_module(library(logtalk))} command. Note that, with the @code{use_module(library(logtalk))} command. Note that,
@ -12172,8 +12173,9 @@ although we load Logtalk using the @code{use_module/1} built-in
predicate, the system is not packaged as a module not does it use predicate, the system is not packaged as a module not does it use
modules in its implementation. modules in its implementation.
Logtalk documentation is included in the Logtalk directory. For the Logtalk documentation is included in the Logtalk directory. Be sure to read the Logtalk/INSTALL file for additional instructions on how to customize your Logtalk installation to match your working environment.
latest news, please see the URL @url{http://www.logtalk.org/}.
For the latest Llogtalk news, please see the URL @url{http://www.logtalk.org/}.
@node Threads, Parallelism, Logtalk, Extensions @node Threads, Parallelism, Logtalk, Extensions
@chapter Threads @chapter Threads