My Thoughts on const

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.

Privacy & Terms