Show
Ignore:
Timestamp:
05/24/08 11:46:34 (6 months ago)
Author:
pmoura
Message:

Minor documentation improvements.

Files:
1 modified

Legend:

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

    r3806 r4276  
    2626<pre>Object &lt;&lt; Goal</pre> 
    2727<p> 
    28 Calls a goal within the context of the specified object. Goal is called with the execution context (<em>sender</em>, <em>this</em>, and <em>self</em>) set to Object. Goal may need to be written within brackets to avoid parsing errors due to operator clashes. This control construct is mainly used for debugging and for writing object unit tests. 
     28Calls a goal within the context of the specified object. Goal is called with the execution context (<em>sender</em>, <em>this</em>, and <em>self</em>) set to Object. Goal may need to be written within brackets to avoid parsing errors due to operator clashes. This control construct is mainly used for debugging and for writing object unit tests. This control construct can only be used when the read-only compiler option <code>context_switching_calls</code> is set to <code>allow</code>. Set this compiler option to <code>forbid</code> to disable this control construct. 
    2929</p> 
    3030 
     
    5656    <div class="copyright"> 
    5757        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    58         <span>Last updated on: June 8, 2007</span> 
     58        <span>Last updated on: May 23, 2008</span> 
    5959    </div> 
    6060    <div class="navbottom">