Changeset 4276 for trunk/manuals/refman/control/to_self1.html
- Timestamp:
- 05/24/08 11:46:34 (6 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/refman/control/to_self1.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/refman/control/to_self1.html
r3560 r4276 27 27 28 28 ::(Predicate1, Predicate2, ...) 29 30 29 ::(Predicate1; Predicate2; ...)</pre> 31 30 <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>. 33 32 </p> 34 33 … … 58 57 <div class="copyright"> 59 58 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <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> 61 60 </div> 62 61 <div class="navbottom">
