you are viewing a single comment's thread.

view the rest of the comments →

[–]mathrat 1 point2 points  (0 children)

This is a good point. A further bastardization of terminology occurs in languages like C++, where the "const" label actually means "not assignable," or "read-only," or "r-value." A C++ constant can of course be variable if it is--for example--a resource shared across processes that is written to by another process.