``` if let somethingElse = something? { } ```
# announcements
r
Copy code
if let somethingElse = something? {

}