Avatar
Avatar
Kishikawa Katsumi
func f() -> Int { let foo = if (cond) { then 1 } else { then 2 // <= これは書けるの? } print(foo) return foo }
omochimetaru 7/26/2023 6:51 AM
書けると思いますよ。その場合は foo2 になって、 printされますね。 (edited)