Show
Ignore:
Timestamp:
08/28/07 03:39:15 (17 months ago)
Author:
pmoura
Message:

Minor documentation improvements.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/refman/control/direct1.html

    r3751 r3826  
    2626<pre>:Goal</pre> 
    2727<p> 
    28 Calls an imported category predicate without using the message sending mechanisms. The category predicate is called with the same execution context (<em>sender</em>, <em>this</em>, and <em>self</em>) as the predicate whose body contains the call. The lookup for both the predicate declaration and the predicate definition begins in <em>this</em>. For the predicate definition, the lookup is restricted to the imported categories. As a consequence, any redeclaration or redefinition of the predicate in a descendant of the object containing the call will be ignored. 
     28Calls an imported category predicate without using the message sending mechanisms. The category predicate is called with the same execution context (<em>sender</em>, <em>this</em>, and <em>self</em>) as the predicate whose body contains the call. The lookup for both the predicate declaration and the predicate definition begins in <em>this</em> instead of <em>self</em>. Furthermore, the lookup of the predicate definition is restricted to the imported categories. As a consequence, any redeclaration or redefinition of the predicate in a descendant of the object containing the call will be ignored. 
    2929</p> 
    3030 
     
    5959    <div class="copyright"> 
    6060        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    61         <span>Last updated on: June 8, 2007</span> 
     61        <span>Last updated on: August 27, 2007</span> 
    6262    </div> 
    6363    <div class="navbottom">