错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Functions and the Stack

  • Stephen Smith

摘要

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.