Changeset 4579 for trunk/manuals
- Timestamp:
- 11/07/08 16:12:44 (2 months ago)
- Location:
- trunk/manuals/refman/directives
- Files:
-
- 2 modified
-
elif1.html (modified) (1 diff)
-
if1.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/refman/directives/elif1.html
r4575 r4579 26 26 <pre>elif1(Goal)</pre> 27 27 <p> 28 Supports embedded conditionals when performing conditional compilation. 28 Supports embedded conditionals when performing conditional compilation. The code following the directive is compiled if <code>Goal</code> is true. The goal is automatically term expanded. 29 29 </p> 30 30 -
trunk/manuals/refman/directives/if1.html
r4575 r4579 26 26 <pre>if(Goal)</pre> 27 27 <p> 28 Starts conditional compilation. 28 Starts conditional compilation. The code following the directive is compiled if <code>Goal</code> is true. The goal is automatically term expanded. 29 29 </p> 30 30
