Show
Ignore:
Timestamp:
05/24/08 11:46:34 (6 months ago)
Author:
pmoura
Message:

Minor documentation improvements.

Files:
1 modified

Legend:

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

    r3560 r4276  
    2727 
    2828::(Predicate1, Predicate2, ...) 
    29  
    3029::(Predicate1; Predicate2; ...)</pre> 
    3130<p> 
    32     Send a message to <a class="glossary" title="Go to glossary definition" href="../../glossary.html#self">self</a>. Only used in the body of a predicate definition. The argument should match a public or protected predicate of <a class="glossary" title="Go to glossary definition" href="../../glossary.html#self">self</a>. It may also match a private predicate if the predicate is within the scope of the object where the method making the call is defined, if imported from a category, if used from inside a category, or when using private inheritance. We can also send a set of messages to self. The "<code>,</code>" and "<code>;</code>" in the list have the usual Prolog meaning. 
     31    Send a message to <a class="glossary" title="Go to glossary definition" href="../../glossary.html#self"><em>self</em></a>. Only used in the body of a predicate definition. The argument should match a public or protected predicate of <a class="glossary" title="Go to glossary definition" href="../../glossary.html#self"><em>self</em></a>. It may also match a private predicate if the predicate is within the scope of the object where the method making the call is defined, if imported from a category, if used from inside a category, or when using private inheritance. We can also send a either a conjunction or a disjunction of messages to <em>self</em>. 
    3332</p> 
    3433 
     
    5857    <div class="copyright"> 
    5958        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    60         <span>Last updated on: October 26, 2006</span> 
     59        <span>Last updated on: May 23, 2008</span> 
    6160    </div> 
    6261    <div class="navbottom">