Changeset 4213 for trunk/manuals/userman/predicates.html
- Timestamp:
- 04/21/08 09:25:05 (6 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/userman/predicates.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/userman/predicates.html
r4194 r4213 660 660 </p> 661 661 <p> 662 When calling non-standard Prolog built-in predicates , you may run into portability problems while trying your applications with different back-end Prolog compilers (non-standard predicates are often specific to a Prolog compiler). You may use the Logtalk compiler flag <a title="Consult user manual" href="running.html#options"><code>portability/1</code></a> to help check for problematic calls in your code.662 When calling non-standard Prolog built-in predicates or using non-standard Prolog arithmetic functions, you may run into portability problems while trying your applications with different back-end Prolog compilers (non-standard predicates and non-standard arithmetic functions are often specific to a Prolog compiler). You may use the Logtalk compiler flag <a title="Consult user manual" href="running.html#options"><code>portability/1</code></a> to help check for problematic calls in your code. 663 663 </p> 664 664 … … 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: April 7, 2008</span>678 <span>Last updated on: April 21, 2008</span> 679 679 </div> 680 680 <div class="navbottom">
