提交 c86153ec 编写于 作者: M mkarthikworld

Update on Int type example

Although int32 has a longer length than int8, and has the same type as int
上级 d36e4dd6
......@@ -103,7 +103,7 @@ One important thing you should know that you cannot assign values between these
c := a + b
Although int has a longer length than uint8, and has the same length as int32, you cannot assign values between them. ( ***c will be asserted as type `int` here*** )
Although int32 has a longer length than int8, and has the same type as int, you cannot assign values between them. ( ***c will be asserted as type `int` here*** )
Float types have the `float32` and `float64` types and no type called `float`. The latter one is the default type if using brief statement.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册