Avatar
@swift-5.3.3 let a: Int? if Bool.random() { a = 2 } else { a = nil } print(a)