...

/

Function Calls and Pattern Matching

Function Calls and Pattern Matching

Understand how to match arguments with the parameter list of a specific function.

We'll cover the following...

In the previous chapter, we looked at how anonymous functions use pattern matching. The same is true of named functions. The difference is that we write the function multiple times, each time with its own parameter list and body. Although this looks like ...