[Translate] Translate Statement in Swift 3.0.

Swift 3.0 Statement  已经补充完毕,主要是行控制语句部分更新和移除Boolean协议的讨论
This commit is contained in:
chenmingjia
2016-09-16 10:45:19 +08:00
committed by GitHub
parent 64530ef5d0
commit 9573e34aa2

View File

@ -616,7 +616,7 @@ do {
> 行控制语句语法
> *行控制语句* → **#sourceLocation(file:[*文件名*](#file-name),line:[*行号*](#line-number))**
> *行控制语句* → **#sourceLocation()**
> *行控制语句* → **#sourceLocation()**
<a name="line-number"></a>
> *行号* → 大于 0 的十进制整数
<a name="file-name"></a>