摘要: let Constant var Variable let implicitInteger = 70 let implicitDouble = 70.0 let explicitDouble: Double = 70 The so-called type implications To include value in strings:let fruitSummary = "I have... 阅读全文
posted @ 2015-01-03 21:55 极地渔翁.NTLD 阅读(225) 评论(0) 推荐(0) 编辑
摘要: func &( left:OCBool, right: OCBool)->OCBool{ if left{ return right } else{ return false } } 阅读全文
posted @ 2015-01-03 17:25 极地渔翁.NTLD 阅读(358) 评论(1) 推荐(0) 编辑