Avatar
Kishikawa Katsumi 7/26/2023 6:51 AM
func f() -> Int { let foo = if (cond) { then 1 } else { then 2 // <= これは書けるの? } print(foo) return foo }