Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 07/04/2013
Components: Language
Versions: 10.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: Final / 285665
Priority/Frequency: Trivial / Unknown
Locale/System: English / Platforms All
Vote Count: 0
See http://en.wikipedia.org/wiki/Null_coalescing_operator#C.23
Best summarised as:
possiblyNullValue ?? valueIfNull
eg:
variables.foo = "bah";
// uses an existing value
variables.foo = variables.foo ?? "bar"; // => variables.foo = "bah";
// uses the default value
variables.moo = variables.moo ?? "baa"; // => variables.moo = "baa";
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3589888
External Customer Info:
External Company:
External Customer Name: Adam Cameron.
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: