This boolean switch tells the compiler whether or not assignments to typed constants are allowed. The default is to allow assignments to typed constants.
The following statement will switch off assignments to typed constants:
After this switch, the following statement will no longer compile:
But an initialized variable will still compile: