NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

6.1 Compilation options

There are five compilation options that affect the semantics of the language. Three options, strict type semantics, explicit declaration semantics and comparison semantics, can be specified using option directives or can be defined by the compilation environment. The other two options may only be defined by the compilation environment. An option directive applies only to the source file in which it appears, and only one of each type of option directive may appear in a source file.

OptionDirective ::= OptionExplicitDirective | OptionStrictDirective | OptionCompareDirective