Early initial documentation, update node graphic to be more reasonable. |
Create page, early initial documentation |
||
Line 4: | Line 4: | ||
|Inputs= | |Inputs= | ||
[ | [ | ||
{" | {"Type":"Dummy"}, | ||
{"Type":"Dummy"} | |||
] | ] | ||
|Outputs= | |Outputs= | ||
[ | [ | ||
{ | {"Type":"Dummy"} | ||
] | ] | ||
|}} | |}} | ||
The Null Coalesce operator takes two inputs. If the first input is <code>null</code>, it returns the value of the second input. Otherwise, it returns the value of the first input. | |||
[[Category:ProtoFlux:Stubs]] | [[Category:ProtoFlux:Stubs]] | ||
[[Category:ProtoFlux:Operators]] | [[Category:ProtoFlux:Operators]] |
Revision as of 22:08, 18 February 2024
??
Operators
The Null Coalesce operator takes two inputs. If the first input is null
, it returns the value of the second input. Otherwise, it returns the value of the first input.