`const val` is like `val` in that the reference ca...
# getting-started
k
const val
is like
val
in that the reference can change, but it also requires that the type is either primitive or a
String
.