Join Slack
Powered by
E.g. `foo(a?)` would evaluate to null if `a` is nu...
# language-proposals
n
natpryce
02/19/2016, 1:26 PM
E.g.
foo(a?)
would evaluate to null if
a
is null and the result of calling
foo(a)
if
a
is not null.\
👍 1
Open in Slack
Previous
Next