| << 5.5.2- Functions | Chapter5 | 5.6.0- Summary >> |
Summary of Reusing Code
Remember that subroutines are used to meet one of two needs:
- Reusing sections of code
- Organizing your code into blocks
Remember that both subprocedures and functions receive data in order to perform calculations or perform one of several actions. The difference between a subprocedure and function is that a function returns a value back to the main code.
| << 5.5.2- Functions | Chapter5 | 5.6.0- Summary >> |

RSS

