Changeset 4271 for trunk/manuals/userman/messages.html
- Timestamp:
- 05/23/08 15:12:42 (6 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/userman/messages.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/messages.html
r4270 r4271 121 121 ... . % do something more</pre> 122 122 123 <h2 id="messages_direct">Direct calls of imported and inheritedpredicates</h2>124 125 <p> 126 It is possible to call an imported or inherited predicate starting the lookups for the predicate declaration and definition from <em>this</em> instead of <em>self</em> by usingthe <a title="Consult reference manual" href="../refman/control/direct1.html"><code>:/1</code></a> control construct.123 <h2 id="messages_direct">Direct calls of imported predicates</h2> 124 125 <p> 126 It is possible to call an imported predicate without using the message sending mechanisms with the <a title="Consult reference manual" href="../refman/control/direct1.html"><code>:/1</code></a> control construct. 127 127 </p> 128 128
