Chapter 5. Working with Control Flow
Julia, like any other language, provides features to control the flow of the code. The control flow techniques follow a familiar pattern for the most part; however, there are subtle changes in a few of them.
In this chapter, we will be explaining in detail how to structure Julia programs using various control flow techniques to provide an efficient execution of the code. Here is the list of topics we will be covering in the chapter:
- Conditional and repeated evaluation
- Exception handling
- Tasks in Julia