Changes between Initial Version and Version 1 of IfDirective
- Timestamp:
- 01/10/13 01:56:14 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IfDirective
v1 v1 1 = If Directive = 2 3 This does not describe an existing feature. It's place to jot down notes for my idea of an @if directive and related features. 4 5 == Introduction == 6 7 Conditional inclusion of source code is needed in some circumstances. Some of the better known ones are: 8 * Adjusting for the back-end (CLR, JVM) 9 * Demo vs. Production 10 * Debug or not 11 * Adjusting for compiler options (-include-tests, etc.) 12 13 == See Also == 14 15 * CompilerDirectives 16 * LanguageTopics