what is the difference between the three code blocks below?
let someInt: Int? = 42 if let x = someInt { print(x) }