Changeset 4476 for trunk/manuals

Show
Ignore:
Timestamp:
09/26/08 09:26:16 (3 months ago)
Author:
pmoura
Message:

Added a syntax construct for easy access to parametric object proxies represented as Prolog facts when sending a message ({Proxy}::Message). Updated the "proxies" example to illustrate this new functionality.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/refman/control/external1.html

    r3740 r4476  
    2626<pre>{Goal}</pre> 
    2727<p> 
    28 Calls external Prolog code. Can be used to bypass the Logtalk compiler. The argument is called within the context of the pseudo-object <em>user</em>. 
     28Calls external Prolog code. Can be used to bypass the Logtalk compiler. The argument is called within the context of the pseudo-object <em>user</em>. This control construct may also be used in place of an object identifier when sending a message. In this case, the result of proving its argument is used as an object identifier in the message sending call. 
    2929</p> 
    3030 
     
    5050    <div class="copyright"> 
    5151        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    52         <span>Last updated on: June 5, 2007</span> 
     52        <span>Last updated on: September 26, 2008</span> 
    5353    </div> 
    5454    <div class="navbottom">