Changeset 4447 for trunk/manuals
- Timestamp:
- 08/25/08 02:03:49 (3 months ago)
- Location:
- trunk/manuals
- Files:
-
- 5 modified
-
index.html (modified) (1 diff)
-
refman/builtins/logtalk_library_path2.html (modified) (2 diffs)
-
refman/index.html (modified) (1 diff)
-
userman/index.html (modified) (1 diff)
-
userman/programming.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/index.html
r4427 r4447 32 32 <div class="copyright"> 33 33 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 34 <span>Last updated on: August 16, 2008</span>34 <span>Last updated on: August 25, 2008</span> 35 35 </div> 36 36 <div class="navbottom"> -
trunk/manuals/refman/builtins/logtalk_library_path2.html
r3730 r4447 26 26 <pre>logtalk_library_path(Library, Path)</pre> 27 27 <p> 28 Dynamic ,user-defined predicate, allowing the declaration of aliases to library paths. Library aliases may also be used on the second argument (using the notation <em>alias(path)</em>). Paths must always end with the path directory separator character (<em>"/"</em>).28 Dynamic and multifile user-defined predicate, allowing the declaration of aliases to library paths. Library aliases may also be used on the second argument (using the notation <em>alias(path)</em>). Paths must always end with the path directory separator character (<em>"/"</em>). 29 29 </p> 30 30 … … 65 65 <div class="copyright"> 66 66 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 67 <span>Last updated on: May 26, 2007</span>67 <span>Last updated on: August 25, 2008</span> 68 68 </div> 69 69 <div class="navbottom"> -
trunk/manuals/refman/index.html
r4384 r4447 321 321 <div class="copyright"> 322 322 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 323 <span>Last updated on: July 17, 2008</span>323 <span>Last updated on: August 25, 2008</span> 324 324 </div> 325 325 <div class="navbottom"> -
trunk/manuals/userman/index.html
r4427 r4447 304 304 <div class="copyright"> 305 305 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 306 <span>Last updated on: August 16, 2008</span>306 <span>Last updated on: August 25, 2008</span> 307 307 </div> 308 308 <div class="navbottom"> -
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">
