- Julia 1.0 Programming Complete Reference Guide
- Ivo Balbaert Adrian Salceanu
- 58字
- 2021-06-24 14:21:45
Control Flow
Julia offers many control statements that are familiar to the other languages, while also simplifying the syntax for many of them. However, tasks are probably new; they are based on the coroutine concept to make computations more flexible.
We will cover the following topics in this chapter:
- Conditional evaluation
- Repeated evaluation
- Exception handling
- Scope revisited
- Tasks