constant(定数)
constant(定数)
constantは次の6種類に分けられる。これは変数の型とは異なる概念であることに要注意。
boolean
integer
floating-point
complex
string
rune
また、それとは別の観点で次の2種類に分けられる。
typed constant
untyped constant(型付けなし定数)