Famous remark in a Xerox FORTRAN manual explaining the purpose of constant definitions: defining PI as a constant will prove useful "should the value of pi change".

In FORTRAN, thanks to its call by value return argument passing semantics and the implementation of constants as references, it is actually possible for programs to change the value of constants.