Functions and the Stack
摘要
In this chapter, how to organize code into small independent units called functions is explained. This allows the building of reusable components that can easily be used from anywhere by setting up parameters and calling them.