test

var implicitInteger = 70
implicitInteger = 70.0
let explicitDouble: Double = 70
println("constant double value: \(explicitDouble)")
println("variable integer value: "+String(implicitInteger))

  

posted @ 2015-06-29 10:22  rongbin  阅读(90)  评论(0)    收藏  举报