Show
Ignore:
Timestamp:
05/24/08 17:36:12 (6 months ago)
Author:
pmoura
Message:

Minor documentation improvements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/refman/directives/dynamic1.html

    r4125 r4277  
    3232dynamic([Functor1//Arity1, Functor2//Arity2, ...])</pre> 
    3333<p> 
    34 Declares dynamic predicates and dynamic grammar rule non-terminals. Note that an object can be static and have both static and dynamic predicates/non-terminals. Dynamic predicates cannot be declared as synchronized. 
     34Declares dynamic predicates and dynamic grammar rule non-terminals. Note that an object can be static and have both static and dynamic predicates/non-terminals. Dynamic predicates cannot be declared as synchronized. When the dynamic predicates are local to an object, declaring them also as private predicates allows the Logtalk compiler to generated optimized code for asserting and retracting predicate clauses. 
    3535</p> 
    3636 
     
    5252    <div class="copyright"> 
    5353        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    54         <span>Last updated on: March 5, 2008</span> 
     54        <span>Last updated on: May 23, 2008</span> 
    5555    </div> 
    5656    <div class="navbottom">