Avatar
@swift-5.9.2 let v = if Bool.random() { 1 } else { 2 } print(v)