Show
Ignore:
Timestamp:
08/25/08 02:03:49 (5 months ago)
Author:
pmoura
Message:

Added a multifile/1 directive for the logtalk_library_path/2 predicate. Minor documentation improvements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/userman/programming.html

    r4436 r4447  
    7676 
    7777<p> 
    78 Logtalk defines a <em>library</em> simply as a directory containing source files. Library locations can be specified by asserting clauses to the dynamic predicate <a title="Consult reference manual" href="../refman/builtins/logtalk_library_path2.html"><code>logtalk_library_path/2</code></a>. For example: 
     78Logtalk defines a <em>library</em> simply as a directory containing source files. Library locations can be specified by defining or asserting clauses for the dynamic and multifile predicate <a title="Consult reference manual" href="../refman/builtins/logtalk_library_path2.html"><code>logtalk_library_path/2</code></a>. For example: 
    7979</p> 
    8080<pre>| ?- assertz(logtalk_library_path(shapes, '$LOGTALKUSER/examples/shapes/')). </pre> 
     
    163163    <div class="copyright"> 
    164164        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    165         <span>Last updated on: August 16, 2008</span> 
     165        <span>Last updated on: August 25, 2008</span> 
    166166    </div> 
    167167    <div class="navbottom">