Suppose I have a global variable like "GauntCoefficients".. and I want to use it in a formula in the next block of code. In C++, I might do something like this to make the code more readable:
const int* gc = GauntCoefficients;
(then write some nasty formula with "gc" rather than...