Something like `var mightHaveAValue : String? = ma...
# getting-started
t
Something like
var mightHaveAValue : String? = maybeFailToGetSomething()
?