Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1-beta-3
-
None
Description
as discussed on the mailing lists and on GDC 3 we add the Elvis Operator:
c = foo ?: bar // equivalent to c = foo ? foo : bar