This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
3.3 Conditional compilation directives
Conditional compilation controls whether sequences of logical lines are translated into actual code. At the beginning of conditional compilation, all logical lines are enabled; enclosing lines in conditional compilation statements may selectively disable sequences of lines within the file.
- Source ::= [ ConditionalElement+ ]
- ConditionalElement ::= ConditionalIfGroup | ConditionalConstantDeclaration | LogicalLine