Changeset 4558 for trunk/manuals
- Timestamp:
- 11/01/08 13:19:27 (2 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/userman/running.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/running.html
r4549 r4558 98 98 Value = off 99 99 yes</pre> 100 <p> 101 Logtalk also implements a <a title="Consult reference manual" href="../refman/directives/set_logtalk_flag2.html"><code>set_logtalk_flag/2</code></a> directive, which can be used to set flags within a source file. For example, assuming a source file defining several entities, you may want to use different settings for compiling each entity. This can be easily accomplished by preceding each entity with the necessary <code>set_logtalk_flag/2</code> directives. Note that the scope of this directive is local to the source file containing it. 102 <p> 100 103 101 104 <h4>Lint flags</h4> … … 529 532 <div class="copyright"> 530 533 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 531 <span>Last updated on: October 3 0, 2008</span>534 <span>Last updated on: October 31, 2008</span> 532 535 </div> 533 536 <div class="navbottom">
