struct Cat { func name() -> String? { return "tama" } func nya() { if let name = name() {} } }
let var = exp
if let var = exp