Avatar
@swift-4.2.4 let b = Bool.random() switch b { case true: print("T") case false: print("F") }