标签:
Swift 2.0学习笔记(Day 3)——Swift 2.0之后增加的关键字
看了之前的学习笔记知道了什么是关键字,现在提示各位在Swift 2.0之后增加defer、guard、repeat、catch、rethrows、throw、throws和try关键字,其中repeat关键字替代do - while循环中的do,即中repeat - while循环。而do关键字用于错误处理。catch、rethrows、throw、throws和try是错误处理关键字。
错误处理是Swift 2.0之后增加新内容。
Swift 2.0学习笔记(Day 3)——Swift 2.0之后增加的关键字
标签:
原文地址:http://my.oschina.net/u/1410370/blog/494928