Chapter 3. Modules and Functions – Creating Functional Building Blocks
In the previous chapter, we introduced the basic, built-in types of Elixir.
In this chapter, we are going to dive further into functions and properly introduce modules. Furthermore, we are going to continue our discussion on pattern matching.
And, we will now get into some real, nonelementary examples that show how we can solve problems with what we have learned so far.