Yes. `"hello" as Int?` throws an exception. `"hell...
# getting-started
m
Yes.
"hello" as Int?
throws an exception.
"hello" as? Int
returns null.