in reply to Re^2: Constants refferences
in thread Constants refferences
What's special about constants is that they are replaced with their value when a statement that uses them is compiled. It doesn't make sense to replace them after they're no longer used.
Note that is possible to execute code (such as loading your config file) before other code (such as the code using the constants) is compiled. But why bother.
|
|---|