ProtoFlux:Null Coalesce

From Resonite Wiki
Revision as of 22:11, 18 February 2024 by LeoCatto (talk | contribs) (Create page, early initial documentation - correct page this time)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
??
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.