I think it means constant and so the compiler locks the variable when a variable has the prefix const.
1 Like
That’s exactly it. It makes the assigned value a constant.
I think it means constant and so the compiler locks the variable when a variable has the prefix const.
That’s exactly it. It makes the assigned value a constant.