Fixes #198
This commit is contained in:
chai2010
2016-01-18 11:22:04 +08:00
parent 884ada9cd0
commit 9666211cd7
71 changed files with 107 additions and 105 deletions

View File

@@ -20,7 +20,7 @@ if 'a' <= c && c <= 'z' ||
}
```
布爾值併不會隱式轉換爲數字值0或1反之亦然使用一個顯式的if語句輔助轉換
布爾值併不會隱式轉換爲數字值0或1反之亦然使用一個顯式的if語句輔助轉換
```Go
i := 0