Chapter 9 Subprograms

If a function is a faithful model, it produces no side effects. It modifies neither its parameters nor any variables defined outside the function. Design Issues for Subprograms. What parameter passing methods are provided? Are parameter types checked? Are local variables static or dynamic? Can subprogram definitions appear in other subprogram ... ................
................