let myOptional: Int? = 10 | |
print("myOptional has a value of \(myOptional!).") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
let myOptional: Int? = 10 | |
print("myOptional has a value of \(myOptional!).") |