I can access all the local variables with variable name "local_variables".
I can access all the global variables with variable name "global_variables".
But how can I access all the constants in a similar way, which are defined with capitalized first letter?