Concurrent programming in Erlang

Chapter 2. Sequential Programming

This chapter introduces the concepts needed to write sequential Erlang programs. We start with a discussion of the basic mechanisms by which variables acquire values and how flow of control is achieved. To do this requires an understanding of terms, patterns and pattern matching: