Compound Definitions

It is legitimate to define expressions in terms of other expressions. For example, you can define r = 3p - cq and then s = nr + q. Evaluating s will then give you s = n$\left(\vphantom{ 3p-cq}\right.$3p - cq$\left.\vphantom{ 3p-cq}\right)$ + q. Redefining r will change the evaluation of s.