7.3.4 Constants

In CSI(C&F) we can not find a special concept for constants. It remains in the responsibility of the programmer not to change variables that should be constant.

LET PI = 3.141592654

To support mnemonically the right use of constants and variables, we suggest to use lower case for variables, and all upper case for constants.