// using a private variable math white_rabbit { real a = 5; private real b = a^2; // down the rabbit hole real c = a + b; }