@@ -105,9 +105,9 @@ Go对于已声明但未使用的变量会在编译阶段报错,比如下面的
>
>如下的代码会产生错误
> var a int8
> var b int32
> c:=a + b
浮点数的类型有`float32`和`float64`两种(没有`float`类型),默认是`float64`。
The note is not visible to the blocked user.