Join Slack
Powered by
To my way of thinking, a subexpression `a?` causes...
# language-proposals
n
natpryce
02/19/2016, 1:30 PM
To my way of thinking, a subexpression
a?
causes the containing expression to return null, if a is null, or use a if a is not null.
2
Views
Open in Slack
Previous
Next