Changeset 4447 for trunk/manuals/userman/programming.html
- Timestamp:
- 08/25/08 02:03:49 (5 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/userman/programming.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/programming.html
r4436 r4447 76 76 77 77 <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 dynamicpredicate <a title="Consult reference manual" href="../refman/builtins/logtalk_library_path2.html"><code>logtalk_library_path/2</code></a>. For example:78 Logtalk 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: 79 79 </p> 80 80 <pre>| ?- assertz(logtalk_library_path(shapes, '$LOGTALKUSER/examples/shapes/')). </pre> … … 163 163 <div class="copyright"> 164 164 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <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> 166 166 </div> 167 167 <div class="navbottom">
