But you can say `var foo: String = if(condition) {...
# announcements
d
But you can say
var foo: String = if(condition) { "blah" } else { "hah" }
:P