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_object2.html

    r3560 r4276  
    2525 
    2626<pre>Object::Predicate 
    27  
     27     
    2828(Object1, Object2, ...)::Predicate 
    29  
    3029(Object1; Object2; ...)::Predicate 
    3130 
    3231Object::(Predicate1, Predicate2, ...) 
    33  
    3432Object::(Predicate1; Predicate2; ...)</pre> 
    3533<p> 
    36 Sends a message to an object. The message argument must match a public predicate of the receiver object. We can also send the same message to a set of objects or a set of messages to the same object. The "<code>,</code>" and "<code>;</code>" in the list have the usual Prolog meaning. 
     34Sends a message to an object. The message argument must match a public predicate of the receiver object. We can also send the same message to either a conjunction or a disjunction of objects or send either a conjunction or disjunction of messages to the same object. 
    3735</p> 
    3836 
     
    6866    <div class="copyright"> 
    6967        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    70         <span>Last updated on: October 26, 2006</span> 
     68        <span>Last updated on: May 23, 2008</span> 
    7169    </div> 
    7270    <div class="navbottom">