Changeset 4575 for trunk/manuals

Show
Ignore:
Timestamp:
11/07/08 08:26:10 (2 months ago)
Author:
pmoura
Message:

Added conditional compilation support, as found in some Prolog compilers, using the new directives if/1, elif/1, else/0, and endif/0.

Location:
trunk/manuals
Files:
4 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/index.html

    r4572 r4575  
    3232    <div class="copyright"> 
    3333        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    34         <span>Last updated on: October 31, 2008</span> 
     34        <span>Last updated on: November 7, 2008</span> 
    3535    </div> 
    3636    <div class="navbottom"> 
  • trunk/manuals/refman/index.html

    r4557 r4575  
    8282    <dt><code><a href="directives/encoding1.html">encoding/1</a></code><span class="leader"></span><span class="page-ref"><span class="directives_encoding1"></span></span></dt> 
    8383    <dt><code><a href="directives/set_logtalk_flag2.html">set_logtalk_flag/2</a></code><span class="leader"></span><span class="page-ref"><span class="directives_set_logtalk_flag2"></span></span></dt> 
     84</dl> 
     85 
     86<h3>Conditional compilation directives</h3> 
     87 
     88<dl class="toc-entries"> 
     89    <dt><code><a href="directives/if1.html">if/1</a></code><span class="leader"></span><span class="page-ref"><span class="directives_if1"></span></span></dt> 
     90    <dt><code><a href="directives/elif1.html">elif/1</a></code><span class="leader"></span><span class="page-ref"><span class="directives_elif1"></span></span></dt> 
     91    <dt><code><a href="directives/else0.html">else/0</a></code><span class="leader"></span><span class="page-ref"><span class="directives_else0"></span></span></dt> 
     92    <dt><code><a href="directives/endif0.html">endif/0</a></code><span class="leader"></span><span class="page-ref"><span class="directives_endif0"></span></span></dt> 
    8493</dl> 
    8594 
     
    322331    <div class="copyright"> 
    323332        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    324         <span>Last updated on: October 31, 2008</span> 
     333        <span>Last updated on: November 7, 2008</span> 
    325334    </div> 
    326335    <div class="navbottom"> 
  • trunk/manuals/refman/refman.header

    r4572 r4575  
    3636        <span>http://logtalk.org/</span> 
    3737    </p> 
    38     <p class="date">Last updated on October 31, 2008</p> 
     38    <p class="date">Last updated on November 7, 2008</p> 
    3939</div> 
    4040