Conditional compilation
The __ns__::constant expression may match a configuration constant used for conditional compilation.
__ns__::constant {
//
}
__ns__::constant var x
The following program uses an inline constant.
trace(__ns__::constant)
Implicit constants
__sx__::debugging
The __sx__::debugging constant indicates whether or not the program is targetting a debug build.
__sx__::releasing
The __sx__::releasing constant indicates whether or not the program is targetting a release build.
__sx__::testing
The __sx__::testing constant indicates whether or not the program is compiling for evaluating unit tests.