Changeset 4481 for trunk/manuals
- Timestamp:
- 10/04/08 08:43:47 (3 months ago)
- Location:
- trunk/manuals
- Files:
-
- 4 modified
-
index.html (modified) (1 diff)
-
userman/index.html (modified) (1 diff)
-
userman/running.html (modified) (2 diffs)
-
userman/userman.header (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/index.html
r4474 r4481 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: September 26, 2008</span>34 <span>Last updated on: October 4, 2008</span> 35 35 </div> 36 36 <div class="navbottom"> -
trunk/manuals/userman/index.html
r4474 r4481 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: September 26, 2008</span>306 <span>Last updated on: October 4, 2008</span> 307 307 </div> 308 308 <div class="navbottom"> -
trunk/manuals/userman/running.html
r4428 r4481 264 264 <dd>unification success between a goal and a rule head</dd> 265 265 </dl> 266 <p> 267 For static predicates, the debugger prints the clause number at the unification ports: <code>fact(N)</code> or <code>rule(N)</code> indicates that clause <code>N</code> is being used for proving a goal. 268 </p> 266 269 <p> 267 270 The user may define for which ports the debugger should pause for user interaction by specifying a list of leashed ports. For example: … … 517 520 <div class="footer"> 518 521 <div class="copyright"> 519 <span>Copyright © August 16, 2008</span> 522 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 523 <span>Last updated on: October 4, 2008</span> 520 524 </div> 521 525 <div class="navbottom"> -
trunk/manuals/userman/userman.header
r4466 r4481 36 36 <span>http://logtalk.org/</span> 37 37 </p> 38 <p class="date">Last updated on August 25, 2008</p>38 <p class="date">Last updated on October 4, 2008</p> 39 39 </div> 40 40
