swift


let  b =10

        var a =5

        a =10

//        b = 9 Cannot assign to value: 'b' is a 'let' constant

你可能感兴趣的:(swift)