Enhancement: Null coalescing support for HScript #3767
Labels
status: pending triage
The bug or PR has not been reviewed yet.
type: enhancement
Provides an enhancement or new feature.
Issue Checklist
What is your suggestion, and why should it be implemented?
Null coalescing is a Haxe language feature that allows you to specify a fallback value if an expression is
null
. This would greatly improve readability of scripts that access a lot of null-able values.Example:
The text was updated successfully, but these errors were encountered: