127: Mainline
Here are two other important consequences of parameter isolation:
- The values of a function's parameters are not available after that
function has returned.
- When one function calls another, the values of the parameters
in the calling function are not available during the
execution of the called function.