Changeset 4276 for trunk/manuals/refman/control/to_object2.html
- Timestamp:
- 05/24/08 11:46:34 (6 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/refman/control/to_object2.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/refman/control/to_object2.html
r3560 r4276 25 25 26 26 <pre>Object::Predicate 27 27 28 28 (Object1, Object2, ...)::Predicate 29 30 29 (Object1; Object2; ...)::Predicate 31 30 32 31 Object::(Predicate1, Predicate2, ...) 33 34 32 Object::(Predicate1; Predicate2; ...)</pre> 35 33 <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.34 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 either a conjunction or a disjunction of objects or send either a conjunction or disjunction of messages to the same object. 37 35 </p> 38 36 … … 68 66 <div class="copyright"> 69 67 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <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> 71 69 </div> 72 70 <div class="navbottom">
