Swift declarando explícitamente una opcional sin envolver
let someValue:Int! = 5
print(someValue)
SAMER SAEID
let someValue:Int! = 5
print(someValue)