Basic Structure Elements and Flow Control
A flow is typically executed from top to bottom. Sometimes, however, we need to include branches or even repeat certain actions. In this chapter, we will look at how the sequence of actions in processing can be controlled, because controlling the flow logic is an essential part of its creation.
In this chapter, we will cover the following topics:
- Using conditionals
- Handling repetitive tasks with Loop statements
- Error handling