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