Changeset 4476
- Timestamp:
- 09/26/08 09:26:16 (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/manuals/refman/control/external1.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/refman/control/external1.html
r3740 r4476 26 26 <pre>{Goal}</pre> 27 27 <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>. 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>. 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. 29 29 </p> 30 30 … … 50 50 <div class="copyright"> 51 51 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <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> 53 53 </div> 54 54 <div class="navbottom">
