Changeset 3977 for trunk/manuals/userman/predicates.html
- Timestamp:
- 12/21/07 07:51:35 (13 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/userman/predicates.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/predicates.html
r3839 r3977 610 610 <li><code>defined_in(Entity)</code></li> 611 611 <li><code>non_terminal(NonTerminal//Arity)</code></li> 612 <li><code>alias (Predicate)</code></li>612 <li><code>alias_of(Predicate)</code></li> 613 613 <li><code>synchronized</code></li> 614 614 </ul> … … 623 623 </p> 624 624 <p> 625 The property <code>alias /1</code> is returned for predicates that are an alias toother predicate (which is returned in the property argument).625 The property <code>alias_of/1</code> is returned for a predicate that is an alias of another predicate (which is returned in the property argument). 626 626 </p> 627 627 <p> … … 676 676 <div class="copyright"> 677 677 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 678 <span>Last updated on: September 15, 2007</span>678 <span>Last updated on: December 9, 2007</span> 679 679 </div> 680 680 <div class="navbottom">
